mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-05 16:43:52 +00:00
docs(editor): add quick actions to help overlay (Ctrl+N/O, middle-drag)
This commit is contained in:
parent
47bf2d662b
commit
97f1d9c003
1 changed files with 5 additions and 0 deletions
|
|
@ -273,6 +273,11 @@ void EditorUI::renderMenuBar(EditorApp& app) {
|
|||
ImGui::BulletText("5 — NPCs");
|
||||
ImGui::BulletText("6 — Quests");
|
||||
ImGui::Separator();
|
||||
ImGui::Text("Quick Actions:");
|
||||
ImGui::BulletText("Ctrl+N — new terrain");
|
||||
ImGui::BulletText("Ctrl+O — load map tile");
|
||||
ImGui::BulletText("Middle-drag — orbit camera");
|
||||
ImGui::Separator();
|
||||
ImGui::Text("View:");
|
||||
ImGui::BulletText("F1 — this help");
|
||||
ImGui::BulletText("F3 — wireframe toggle");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue