mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 09:03:52 +00:00
fix(editor): correct noise type count in About dialog (3 types: value, voronoi, detail)
This commit is contained in:
parent
b4023e13bf
commit
40561fbe7a
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ 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("6 modes, 30+ terrain tools, 2 noise types");
|
||||
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("Built with SDL2 / Vulkan / ImGui");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue