docs(editor): add terrain tools workflow to help overlay

This commit is contained in:
Kelsi 2026-05-05 06:43:45 -07:00
parent 5d50a29d44
commit 6e62cab8bc

View file

@ -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();
}