mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-12 06:54:41 -04:00
new default gamepad binds
This commit is contained in:
parent
158c015682
commit
f473570c8c
1 changed files with 2 additions and 2 deletions
|
@ -1067,9 +1067,9 @@ class Controls extends FlxActionSet
|
|||
case Control.FREEPLAY_CHAR_SELECT:
|
||||
return [X];
|
||||
case Control.FREEPLAY_JUMP_TO_TOP:
|
||||
return [];
|
||||
return [RIGHT_STICK_DIGITAL_UP];
|
||||
case Control.FREEPLAY_JUMP_TO_BOTTOM:
|
||||
return [];
|
||||
return [RIGHT_STICK_DIGITAL_DOWN];
|
||||
case Control.VOLUME_UP:
|
||||
[];
|
||||
case Control.VOLUME_DOWN:
|
||||
|
|
Loading…
Add table
Reference in a new issue