mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
chore: Merge
This commit is contained in:
commit
0a6abc6472
3 changed files with 3084 additions and 2562 deletions
|
@ -4,4 +4,4 @@ An incremental game engine based on The Prestige Tree. It still requires program
|
|||
|
||||
[Look here for a tutorial on getting started with modding with TMT](docs/tutorials/getting-started.md)
|
||||
|
||||
You can look in the [documentation](docs/!general-info.md) for more information on how it all works, or look at the code in layers.js to see what it all looks like.
|
||||
You can look in the [documentation](docs/!general-info.md) for more information on how it all works, or look at the code in [layers.js](js/layers.js) to see what it all looks like.
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ function getStartOptions() {
|
|||
showStory: true,
|
||||
forceOneTab: false,
|
||||
oldStyle: false,
|
||||
tooltipForcing: true,
|
||||
forceTooltips: true,
|
||||
hideMilestonePopups: false,
|
||||
}
|
||||
}
|
||||
|
@ -77,5 +77,3 @@ function milestoneShown(layer, id) {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
let formatOption = (opt) => opt ? 'ON' : 'OFF'
|
||||
|
|
Loading…
Reference in a new issue