Pythonify values
This commit is contained in:
38
CLI.py
38
CLI.py
@@ -323,8 +323,8 @@ def get_settings():
|
|||||||
settings = {
|
settings = {
|
||||||
"multi": 1,
|
"multi": 1,
|
||||||
"names": "",
|
"names": "",
|
||||||
"seed": null,
|
"seed": None,
|
||||||
"count": null,
|
"count": None,
|
||||||
"mode": "open",
|
"mode": "open",
|
||||||
"logic": "noglitches",
|
"logic": "noglitches",
|
||||||
"goal": "ganon",
|
"goal": "ganon",
|
||||||
@@ -343,28 +343,28 @@ def get_settings():
|
|||||||
"heartbeep": "normal",
|
"heartbeep": "normal",
|
||||||
"heartcolor": "red",
|
"heartcolor": "red",
|
||||||
"fastmenu": "normal",
|
"fastmenu": "normal",
|
||||||
"create_spoiler": false,
|
"create_spoiler": False,
|
||||||
"skip_playthrough": true,
|
"skip_playthrough": True,
|
||||||
"suppress_rom": false,
|
"suppress_rom": False,
|
||||||
"openpyramid": false,
|
"openpyramid": False,
|
||||||
"mapshuffle": false,
|
"mapshuffle": False,
|
||||||
"compassshuffle": false,
|
"compassshuffle": False,
|
||||||
"keyshuffle": false,
|
"keyshuffle": False,
|
||||||
"bigkeyshuffle": false,
|
"bigkeyshuffle": False,
|
||||||
"retro": false,
|
"retro": False,
|
||||||
"quickswap": false,
|
"quickswap": False,
|
||||||
"disablemusic": false,
|
"disablemusic": False,
|
||||||
"ow_palettes": "default",
|
"ow_palettes": "default",
|
||||||
"uw_palettes": "default",
|
"uw_palettes": "default",
|
||||||
"shuffleganon": true,
|
"shuffleganon": True,
|
||||||
"hints": false,
|
"hints": False,
|
||||||
"enemizercli": os.path.join(".","EnemizerCLI","EnemizerCLI.Core"),
|
"enemizercli": os.path.join(".","EnemizerCLI","EnemizerCLI.Core"),
|
||||||
"shufflebosses": "none",
|
"shufflebosses": "none",
|
||||||
"shuffleenemies": "none",
|
"shuffleenemies": "none",
|
||||||
"enemy_health": "default",
|
"enemy_health": "default",
|
||||||
"enemy_damage": "default",
|
"enemy_damage": "default",
|
||||||
"shufflepots": false,
|
"shufflepots": False,
|
||||||
"custom": false,
|
"custom": False,
|
||||||
"customitemarray": [
|
"customitemarray": [
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@@ -439,8 +439,8 @@ def get_settings():
|
|||||||
0
|
0
|
||||||
],
|
],
|
||||||
"rom": os.path.join(".","Zelda no Densetsu - Kamigami no Triforce (Japan).sfc"),
|
"rom": os.path.join(".","Zelda no Densetsu - Kamigami no Triforce (Japan).sfc"),
|
||||||
"sprite": null,
|
"sprite": None,
|
||||||
"randomSprite": false,
|
"randomSprite": False,
|
||||||
"outputpath": os.path.join(".")
|
"outputpath": os.path.join(".")
|
||||||
}
|
}
|
||||||
if sys.platform.lower().find("windows"):
|
if sys.platform.lower().find("windows"):
|
||||||
|
|||||||
Reference in New Issue
Block a user