From bf83da61d2209182ae152a283df2e67ba59b1e61 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 10:48:31 -0700 Subject: [PATCH] chore(editor): update About dialog with open format stats (11k+ lines, 6 formats) --- tools/editor/editor_ui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/editor/editor_ui.cpp b/tools/editor/editor_ui.cpp index ea793d87..2f45ff93 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -378,7 +378,8 @@ void EditorUI::renderMenuBar(EditorApp& app) { ImGui::Separator(); ImGui::Text("6 modes, 30+ terrain tools, 3 noise types"); ImGui::Text("Export: ADT + WDT + JSON (zone manifest)"); - ImGui::Text("9k+ lines, WoW 3.3.5a ADT/WDT format"); + ImGui::Text("11k+ lines, 6 novel open formats"); + ImGui::Text("WOT/WHM/WOM/WOB/WCP + PNG/JSON"); ImGui::Text("Built with SDL2 / Vulkan / ImGui"); } ImGui::End();