mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
chore(editor): update About dialog with open format stats (11k+ lines, 6 formats)
This commit is contained in:
parent
e191f35ed0
commit
bf83da61d2
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue