feat(editor): key 6 for Quest mode, update help overlay

This commit is contained in:
Kelsi 2026-05-05 06:11:54 -07:00
parent f59d79537a
commit 00fd1249d8
2 changed files with 2 additions and 0 deletions

View file

@ -233,6 +233,7 @@ void EditorUI::renderMenuBar(EditorApp& app) {
ImGui::BulletText("3 — Objects");
ImGui::BulletText("4 — Water");
ImGui::BulletText("5 — NPCs");
ImGui::BulletText("6 — Quests");
ImGui::Separator();
ImGui::Text("View:");
ImGui::BulletText("F1 — this help");