mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
moving default RESET button on gamepad to right shoulder instead of Y bc Y is also UP
This commit is contained in:
parent
809fec5a51
commit
ec139ce562
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ class Controls extends FlxActionSet
|
|||
Control.NOTE_LEFT => [DPAD_LEFT, X, LEFT_STICK_DIGITAL_LEFT, RIGHT_STICK_DIGITAL_LEFT],
|
||||
Control.NOTE_RIGHT => [DPAD_RIGHT, B, LEFT_STICK_DIGITAL_RIGHT, RIGHT_STICK_DIGITAL_RIGHT],
|
||||
Control.PAUSE => [START],
|
||||
Control.RESET => [Y]
|
||||
Control.RESET => [RIGHT_SHOULDER]
|
||||
#if CAN_CHEAT, Control.CHEAT => [X]
|
||||
#end
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue