ShowLootHud setting
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,15 +1,15 @@
|
||||
[submodule "BaseRandomizer"]
|
||||
path = BaseRandomizer
|
||||
url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python
|
||||
url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git
|
||||
branch = main
|
||||
[submodule "Apr2025Randomizer"]
|
||||
path = Apr2025Randomizer
|
||||
url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python
|
||||
url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git
|
||||
branch = apr_2025
|
||||
[submodule "BetaRandomizer"]
|
||||
path = BetaRandomizer
|
||||
url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python
|
||||
branch = beta_2
|
||||
url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git
|
||||
branch = beta
|
||||
[submodule "PikitRandomizer"]
|
||||
path = PikitRandomizer
|
||||
url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git
|
||||
|
||||
@@ -99,6 +99,10 @@
|
||||
[IgnoreSetting(Apr2025)]
|
||||
public ShowLoot ShowLoot { get; set; } = ShowLoot.Never;
|
||||
|
||||
[SettingName("loothud")]
|
||||
[IgnoreSetting(Apr2025, Base)]
|
||||
public ShowLootHud ShowLootHud { get; set; } = ShowLootHud.Never;
|
||||
|
||||
[SettingName("showmap")]
|
||||
[IgnoreSetting(Apr2025)]
|
||||
public ShowMap ShowMap { get; set; } = ShowMap.Map;
|
||||
@@ -408,6 +412,13 @@
|
||||
Always,
|
||||
}
|
||||
|
||||
public enum ShowLootHud {
|
||||
Never,
|
||||
Presence,
|
||||
Value,
|
||||
[SettingName("dungeon_value")] DungeonValue,
|
||||
}
|
||||
|
||||
public enum ShowMap {
|
||||
Visited,
|
||||
Map,
|
||||
|
||||
Submodule BetaRandomizer updated: 4de84df7a8...6474975b07
Reference in New Issue
Block a user