docs(editor): add Home/scroll/speed shortcuts to help overlay

This commit is contained in:
Kelsi 2026-05-05 05:48:56 -07:00
parent 434fdf6c7f
commit c93a997424

View file

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