mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
Added Cvar toggles
This commit is contained in:
parent
580df05bdb
commit
27e61c89bb
@ -559,6 +559,8 @@ namespace SohImGui {
|
|||||||
EnhancementCheckbox("Disable LOD", "gDisableLOD");
|
EnhancementCheckbox("Disable LOD", "gDisableLOD");
|
||||||
EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops");
|
EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops");
|
||||||
EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon");
|
EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon");
|
||||||
|
//EnhancementCheckbox("Fix Dungeon entrances", "gFixDungeonMinimapIcon"); //This is just to show that we can toggle it on/off with that cvar
|
||||||
|
EnhancementCheckbox("Always show dungeon entrances", "gAlwaysShowDungeonMinimapIcon");
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user