diff --git a/tools/editor/editor_ui.cpp b/tools/editor/editor_ui.cpp index 619a5df2..87802e90 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -231,6 +231,9 @@ void EditorUI::renderMenuBar(EditorApp& app) { ImGui::BulletText("F1 — this help"); ImGui::BulletText("F3 — wireframe toggle"); ImGui::BulletText("F5 — save camera bookmark"); + ImGui::BulletText("Home — center on terrain"); + ImGui::BulletText("Scroll — zoom in/out"); + ImGui::BulletText("Shift+Scroll — adjust speed"); } ImGui::End(); }