SFX Shuffle initial implementation

This commit is contained in:
aerinon
2021-07-15 16:02:07 -07:00
parent 06486e88a2
commit 68dc27902b
15 changed files with 221 additions and 7 deletions

View File

@@ -103,6 +103,7 @@ def adjust_page(top, parent, settings):
"quickswap": "quickswap",
"nobgm": "disablemusic",
"reduce_flashing": "reduce_flashing",
"shuffle_sfx": "shuffle_sfx",
}
guiargs = Namespace()
for option in options: