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

@ -214,6 +214,7 @@ void EditorApp::processEvents() {
if (sc == SDL_SCANCODE_3) setMode(EditorMode::PlaceObject);
if (sc == SDL_SCANCODE_4) setMode(EditorMode::Water);
if (sc == SDL_SCANCODE_5) setMode(EditorMode::NPC);
if (sc == SDL_SCANCODE_6) setMode(EditorMode::Quest);
}
// F1 handled by UI (showHelp_ toggle)
// Transform shortcuts (Blender-style)