chore(editor): update About dialog tech stack info

This commit is contained in:
Kelsi 2026-05-05 08:24:07 -07:00
parent 571ea38efd
commit d8c249e08f

View file

@ -231,7 +231,8 @@ void EditorUI::renderMenuBar(EditorApp& app) {
ImGui::Separator(); ImGui::Separator();
ImGui::Text("6 modes, 30+ terrain tools, 2 noise types"); ImGui::Text("6 modes, 30+ terrain tools, 2 noise types");
ImGui::Text("Export: ADT + WDT + JSON (zone manifest)"); ImGui::Text("Export: ADT + WDT + JSON (zone manifest)");
ImGui::Text("9k lines, WoW 3.3.5a compatible"); ImGui::Text("9k+ lines, WoW 3.3.5a ADT/WDT format");
ImGui::Text("Built with SDL2 / Vulkan / ImGui");
ImGui::EndPopup(); ImGui::EndPopup();
} }
ImGui::EndMainMenuBar(); ImGui::EndMainMenuBar();