Overworld map code
This commit is contained in:
@@ -318,6 +318,13 @@
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"overworld_map": {
|
||||
"choices": [
|
||||
"default",
|
||||
"compass",
|
||||
"map"
|
||||
]
|
||||
},
|
||||
"pseudoboots": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
|
||||
@@ -284,6 +284,9 @@
|
||||
"shufflelinks": [
|
||||
"Include Link's House in the entrance shuffle pool. (default: %(default)s)"
|
||||
],
|
||||
"overworld_map": [
|
||||
"Control if and how the overworld map indicators show the locations of dungeons (default: %(default)s)"
|
||||
],
|
||||
"heartbeep": [
|
||||
"Select the rate at which the heart beep sound is played at",
|
||||
"low health. (default: %(default)s)"
|
||||
|
||||
@@ -115,6 +115,10 @@
|
||||
"randomizer.entrance.openpyramid": "Pre-open Pyramid Hole",
|
||||
"randomizer.entrance.shuffleganon": "Include Ganon's Tower and Pyramid Hole in shuffle pool",
|
||||
"randomizer.entrance.shufflelinks": "Include Link's House in the shuffle pool",
|
||||
"randomizer.entrance.overworld_map": "Overworld Map",
|
||||
"randomizer.entrance.overworld_map.default": "Default (no location display)",
|
||||
"randomizer.entrance.overworld_map.compass": "Compass indicates location",
|
||||
"randomizer.entrance.overworld_map.map": "Map indicates location",
|
||||
|
||||
"randomizer.entrance.entranceshuffle": "Entrance Shuffle",
|
||||
"randomizer.entrance.entranceshuffle.vanilla": "Vanilla",
|
||||
|
||||
@@ -19,6 +19,17 @@
|
||||
"dungeonssimple"
|
||||
]
|
||||
},
|
||||
"shufflelinks": { "type": "checkbox" }
|
||||
"shufflelinks": { "type": "checkbox" },
|
||||
"overworld_map": {
|
||||
"type": "selectbox",
|
||||
"options": [
|
||||
"default",
|
||||
"compass",
|
||||
"map"
|
||||
],
|
||||
"config": {
|
||||
"width": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user