From e7ce94448a8b34098be93e4aa991517029edc8f4 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 08:01:09 -0700 Subject: [PATCH] chore(editor): update About dialog with current stats --- tools/editor/editor_ui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/editor/editor_ui.cpp b/tools/editor/editor_ui.cpp index 5d989141..9a0b5a2f 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -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();