Sprite author credit

Reduce flashing option
This commit is contained in:
aerinon
2021-06-07 11:13:28 -06:00
parent c45dab6a7c
commit 23ffc61667
13 changed files with 57 additions and 12 deletions

View File

@@ -105,7 +105,8 @@ SETTINGSTOPROCESS = {
"heartbeep": "heartbeep",
"menuspeed": "fastmenu",
"owpalettes": "ow_palettes",
"uwpalettes": "uw_palettes"
"uwpalettes": "uw_palettes",
"reduce_flashing": "reduce_flashing"
},
"generation": {
"createspoiler": "create_spoiler",

View File

@@ -101,7 +101,8 @@ def adjust_page(top, parent, settings):
"owpalettes": "ow_palettes",
"uwpalettes": "uw_palettes",
"quickswap": "quickswap",
"nobgm": "disablemusic"
"nobgm": "disablemusic",
"reduce_flashing": "reduce_flashing",
}
guiargs = Namespace()
for option in options: