Copy more imgui stuff from Metaforce

This commit is contained in:
Luke Street
2026-04-03 17:04:22 -06:00
parent 97ab7313d4
commit b8f53c55a5
15 changed files with 362 additions and 49 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ namespace dusk {
}
ImGui::SetNextWindowBgAlpha(0.65f);
ImGui::SetNextWindowSizeConstraints(ImVec2(300, 0), ImVec2(FLT_MAX, FLT_MAX));
ImGui::SetNextWindowSizeConstraints(ImVec2(300.f * ImGuiScale(), 0),
ImVec2(FLT_MAX, FLT_MAX));
if (!ImGui::Begin("Camera Debug", nullptr, windowFlags)) {
ImGui::End();