fix whitespace

This commit is contained in:
2024-02-10 14:25:30 -07:00
parent 2d6e322367
commit 988a773602

View File

@@ -35,12 +35,12 @@
(unless gamepadId (set gamepadId FlxInputDeviceID.ALL))
(set buttonActions
(for =>buttonId keyString buttonToKeyMappings
(let [action
(let [action
(.addGamepad
(new FlxActionDigital
"${buttonId}->${keyString}")
buttonId
JUST_PRESSED
JUST_PRESSED
gamepadId)]
// capture the fake JUST_PRESSED event harmlessly
(action.update)