mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
docs(editor): add terrain tools workflow to help overlay
This commit is contained in:
parent
5d50a29d44
commit
6e62cab8bc
1 changed files with 6 additions and 0 deletions
|
|
@ -242,6 +242,12 @@ void EditorUI::renderMenuBar(EditorApp& app) {
|
|||
ImGui::BulletText("Home — center on terrain");
|
||||
ImGui::BulletText("Scroll — zoom in/out");
|
||||
ImGui::BulletText("Shift+Scroll — adjust speed");
|
||||
ImGui::Separator();
|
||||
ImGui::Text("Terrain Tools:");
|
||||
ImGui::BulletText("Noise → Smooth → Scale → Clamp → Auto-paint");
|
||||
ImGui::BulletText("River/Road: Set Start → Set End");
|
||||
ImGui::BulletText("Stamp: Copy → Paste");
|
||||
ImGui::BulletText("Mirror X/Y for symmetric zones");
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue