Add ow_fog setting

This commit is contained in:
Catobat
2026-01-12 21:53:52 +01:00
parent 6afdd79741
commit 4b7c453219
12 changed files with 49 additions and 5 deletions

View File

@@ -183,6 +183,8 @@
"randomizer.overworld.overworldflute.balanced": "Balanced",
"randomizer.overworld.overworldflute.random": "Random",
"randomizer.overworld.fog": "Enable Overworld Map Fog in appropriate modes",
"randomizer.entrance.openpyramid": "Pre-open Pyramid Hole",
"randomizer.entrance.openpyramid.auto": "Auto",

View File

@@ -48,6 +48,13 @@
"config": {
"pady": [20,0]
}
},
"fog": {
"type": "checkbox",
"default": true,
"config": {
"pady": [20,0]
}
}
},
"rightOverworldFrame": {