mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 09:03:52 +00:00
docs(editor): add Home/scroll/speed shortcuts to help overlay
This commit is contained in:
parent
434fdf6c7f
commit
c93a997424
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue