mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): key 6 for Quest mode, update help overlay
This commit is contained in:
parent
f59d79537a
commit
00fd1249d8
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue