Skip to content

Commit cf1c949

Browse files
authored
Update README.md
1 parent 1029123 commit cf1c949

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ Mod generation tool for Civilization 7.
99
- [Possibility to full manually creation](#possibility-to-full-manually-creation)
1010
- [Features](#features)
1111
- [Modding covering / TODO](#modding-covering--todo)
12-
- [Full example](#full-example)
13-
12+
- [Examples](https://github.com/izica/civ7-modding-tools/tree/main/examples)
13+
- [Init and create civilization](https://github.com/izica/civ7-modding-tools/blob/main/examples/civilization.ts)
14+
- [Create unit](https://github.com/izica/civ7-modding-tools/blob/main/examples/unit.ts)
15+
- [Import custom icon](https://github.com/izica/civ7-modding-tools/blob/main/examples/import-custom-icon.ts)
16+
- [Create civics progression tree](https://github.com/izica/civ7-modding-tools/blob/main/examples/progression-tree.ts)
17+
1418
## Usage
1519
Copy example from examples folder to build.ts,
1620

0 commit comments

Comments
 (0)