docs(editor): add quick actions to help overlay (Ctrl+N/O, middle-drag)

This commit is contained in:
Kelsi 2026-05-05 07:29:04 -07:00
parent 47bf2d662b
commit 97f1d9c003

View file

@ -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");