mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-15 08:25:31 -04:00
Merge b97cf1b76a
into d31ef12363
This commit is contained in:
commit
70d7c21048
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