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