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:
parent
22e12c06b5
commit
cd71349fd5
8 changed files with 69 additions and 47 deletions
js
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue