mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Adds checkbox for visual stone of agony (#200)
This commit is contained in:
parent
73ede53447
commit
5a40f39494
1 changed files with 5 additions and 0 deletions
|
@ -416,6 +416,11 @@ namespace SohImGui {
|
||||||
needs_save = true;
|
needs_save = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ImGui::Checkbox("Visual Stone of Agony", &Game::Settings.enhancements.visualagony)) {
|
||||||
|
CVar_SetS32("gVisualAgony", Game::Settings.enhancements.visualagony);
|
||||||
|
needs_save = true;
|
||||||
|
}
|
||||||
|
|
||||||
ImGui::Text("Graphics");
|
ImGui::Text("Graphics");
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue