This commit is contained in:
Asuro
2025-05-21 02:48:36 +02:00
parent 15dc65530d
commit bd2962fc38
10 changed files with 557 additions and 412 deletions

View File

@@ -306,6 +306,8 @@ namespace Tools
ImGui::Text("Status");
bTabletChanged |= Tools::EntityDataSettings(player.Config.TabletStatusRenderData);
bTabletChanged |= Tools::TextureDropdown(player.Config.TabletStatusSolvedTexture, "Solved Texture");
bTabletChanged |=
Tools::TextureDropdown(player.Config.TabletStatusNotSolvedTexture, "Not Solved Texture");
ImGui::Text("Reset");
bTabletChanged |= Tools::EntityDataSettings(player.Config.TabletResetRenderData);
if (bTabletChanged)
@@ -314,6 +316,7 @@ namespace Tools
s.Init("game/data/static/uiconfig.dat", "UICO");
s.WriteT(player.Config);
s.Finish();
level.PuzzleUI.Reset();
}
ImGui::Separator();