We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfad42c commit 3783bc0Copy full SHA for 3783bc0
fxgl/src/main/kotlin/com/almasb/fxgl/app/SystemActions.kt
@@ -42,7 +42,7 @@ object SystemActions {
42
43
input.addAction(sysdump(), KeyCode.DIGIT9, InputModifier.CTRL)
44
input.addAction(restartGame(), KeyCode.R, InputModifier.CTRL)
45
- input.addAction(toggleDebugCamera(), KeyCode.C, InputModifier.CTRL)
+ input.addAction(toggleDebugCamera(), KeyCode.DIGIT7, InputModifier.CTRL)
46
}
47
48
0 commit comments