Updated settings, added reset to default settings option, tried to fix -1 map bug

This commit is contained in:
2025-09-01 22:00:12 -04:00
parent d50fded04d
commit fa6109cb2e
7 changed files with 31 additions and 38 deletions

View File

@@ -1014,6 +1014,12 @@ IMGUI_ITEM(IMGUI_VSYNC,
self.isSizeToText = true
);
IMGUI_ITEM(IMGUI_DEFAULT_SETTINGS,
self.label = "&Reset to Default Settings",
self.tooltip = "Reset the program's settings to their default state.",
self.isSizeToText = true
);
IMGUI_ITEM(IMGUI_ANIMATIONS,
self.label = "Animations",
self.flags = ImGuiWindowFlags_NoScrollbar |