chore(editor): update About dialog with current stats

This commit is contained in:
Kelsi 2026-05-05 08:01:09 -07:00
parent b113c218bd
commit e7ce94448a

View file

@ -229,9 +229,9 @@ void EditorUI::renderMenuBar(EditorApp& app) {
ImGui::Text("Standalone world editor for creating");
ImGui::Text("custom WoW zones for the wowee client.");
ImGui::Separator();
ImGui::Text("Tools: Sculpt, Paint, Objects, Water, NPCs");
ImGui::Text("6 modes, 30+ terrain tools, 2 noise types");
ImGui::Text("Export: ADT + WDT + JSON (zone manifest)");
ImGui::Text("Formats: WoW 3.3.5a compatible");
ImGui::Text("9k lines, WoW 3.3.5a compatible");
ImGui::EndPopup();
}
ImGui::EndMainMenuBar();