Blind Attic hint in crossed

Hint default change to False, moved GUI checkbox
This commit is contained in:
aerinon
2021-06-02 10:51:21 -06:00
parent 5c60f1996e
commit 46ccfedcdc
10 changed files with 43 additions and 33 deletions

View File

@@ -128,7 +128,7 @@
"randomizer.entrance.entranceshuffle.dungeonssimple": "Dungeons + Simple",
"randomizer.gameoptions.hints": "Include Helpful Hints",
"randomizer.gameoptions.nobgm": "Disable Music & MSU-1",
"randomizer.gameoptions.quickswap": "L/R Quickswapping",
@@ -184,7 +184,7 @@
"randomizer.generation.rom.dialog.romfiles": "Rom Files",
"randomizer.generation.rom.dialog.allfiles": "All Files",
"randomizer.item.hints": "Include Helpful Hints",
"randomizer.item.retro": "Retro mode (universal keys)",
"randomizer.item.worldstate": "World State",

View File

@@ -1,9 +1,5 @@
{
"checkboxes": {
"hints": {
"type": "checkbox",
"default": "true"
},
"nobgm": { "type": "checkbox" },
"quickswap": { "type": "checkbox" }
},

View File

@@ -1,7 +1,10 @@
{
"checkboxes": {
"retro": { "type": "checkbox" },
"shopsanity": { "type": "checkbox" }
"shopsanity": { "type": "checkbox" },
"hints": {
"type": "checkbox"
}
},
"leftItemFrame": {
"worldstate": {