mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-13 05:11:10 +00:00
Support for non-numeric ids
This commit is contained in:
parent
f4b4ec20d0
commit
04a27147a7
7 changed files with 14 additions and 13 deletions
|
@ -21,7 +21,7 @@ achievements: {
|
|||
}
|
||||
```
|
||||
|
||||
Each achievement should have an id where the first digit is the row and the second digit is the column.
|
||||
Usually, each achievement should have an id where the first digit is the row and the second digit is the column.
|
||||
|
||||
Individual achievement can have these features:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ challenges: {
|
|||
}
|
||||
```
|
||||
|
||||
Each challenge should have an id where the first digit is the row and the second digit is the column.
|
||||
Usually, each challenge should have an id where the first digit is the row and the second digit is the column.
|
||||
|
||||
Individual Challenges can have these features:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ upgrades: {
|
|||
}
|
||||
```
|
||||
|
||||
Each upgrade should have an id where the first digit is the row and the second digit is the column.
|
||||
Usually, upgrades should have an id where the first digit is the row and the second digit is the column.
|
||||
|
||||
Individual upgrades can have these features:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue