Moving Display Collection Rate option away from post-gen options

This commit is contained in:
codemann8
2023-09-10 14:51:43 -05:00
parent 9bb29d32d8
commit 1024126835
5 changed files with 4 additions and 4 deletions

View File

@@ -191,7 +191,6 @@
"randomizer.gameoptions.reduce_flashing": "Reduce Flashing",
"randomizer.gameoptions.shuffle_sfx": "Shuffle Sound Effects",
"randomizer.gameoptions.msu_resume": "MSU Resume",
"randomizer.gameoptions.collection_rate": "Display Collection Rate",
"randomizer.gameoptions.heartcolor": "Heart Color",
"randomizer.gameoptions.heartcolor.red": "Red",
@@ -249,6 +248,7 @@
"randomizer.item.race": "Generate \"Race\" ROM",
"randomizer.item.retro": "Retro mode",
"randomizer.item.pseudoboots": "Pseudoboots",
"randomizer.item.collection_rate": "Display Collection Rate",
"randomizer.item.worldstate": "World State",
"randomizer.item.worldstate.standard": "Standard",

View File

@@ -2,7 +2,6 @@
"checkboxes": {
"nobgm": { "type": "checkbox" },
"msu_resume": { "type": "checkbox" },
"collection_rate": {"type": "checkbox"},
"quickswap": { "type": "checkbox" },
"reduce_flashing": { "type": "checkbox" },
"shuffle_sfx": { "type": "checkbox" }

View File

@@ -2,6 +2,7 @@
"checkboxes": {
"hints": { "type": "checkbox" },
"pseudoboots": { "type": "checkbox" },
"collection_rate": {"type": "checkbox"},
"race": { "type": "checkbox" }
},
"leftItemFrame": {