added scene switcher debug menu

can be accessed at any time with the
This commit is contained in:
slevy14
2023-04-26 13:03:48 -07:00
committed by Nicholas Novak
parent 25fa38b4d5
commit 5216ea077a
10 changed files with 1760 additions and 14 deletions

View File

@@ -154,6 +154,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "ToggleDebugMenu",
"type": "Button",
"id": "78900e90-595e-493a-b089-37295389cb80",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -178,6 +187,17 @@
"action": "AdvanceDialog",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "2044f2bd-2b93-4c90-a43f-a68f845ba04c",
"path": "<Keyboard>/backquote",
"interactions": "",
"processors": "",
"groups": "",
"action": "ToggleDebugMenu",
"isComposite": false,
"isPartOfComposite": false
}
]
}