1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-05 15:51:05 +00:00

Options are now saved separately

This commit is contained in:
Harley White 2021-06-03 01:04:56 -04:00
parent 22e12c06b5
commit cd71349fd5
8 changed files with 69 additions and 47 deletions

View file

@ -233,13 +233,7 @@ function subtabResetNotify(layer, family, id) {
}
function nodeShown(layer) {
if (layerShown(layer)) return true
switch (layer) {
case "idk":
return player.idk.unlocked
break;
}
return false
return layerShown(layer)
}
function layerunlocked(layer) {
@ -250,7 +244,6 @@ function layerunlocked(layer) {
function keepGoing() {
player.keepGoing = true;
needCanvasUpdate = true;
showTab(player.lastSafeTab)
}
function toNumber(x) {