File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ Mod generation tool for Civilization 7.
9
9
- [ Possibility to full manually creation] ( #possibility-to-full-manually-creation )
10
10
- [ Features] ( #features )
11
11
- [ 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
+
14
18
## Usage
15
19
Copy example from examples folder to build.ts,
16
20
You can’t perform that action at this time.
0 commit comments