mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-30 21:42:10 +00:00
A lot
This commit is contained in:
parent
595d4916a6
commit
473f9d58d9
14 changed files with 74 additions and 34 deletions
js
|
@ -256,6 +256,7 @@ function load() {
|
|||
changeTheme();
|
||||
changeTreeQuality();
|
||||
updateLayers()
|
||||
setupModInfo()
|
||||
|
||||
setupTemp();
|
||||
updateTemp();
|
||||
|
@ -263,6 +264,11 @@ function load() {
|
|||
loadVue();
|
||||
}
|
||||
|
||||
function setupModInfo() {
|
||||
modInfo.changelog = changelog
|
||||
modInfo.winText = winText ? winText : `Congratulations! You have reached the end and beaten this game, but for now...`
|
||||
|
||||
}
|
||||
|
||||
function fixNaNs() {
|
||||
NaNcheck(player)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue