Skip to content

Commit

Permalink
forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Aug 17, 2024
1 parent 254bd77 commit 162303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mobile/substates/MobileControlSelectSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import flixel.ui.FlxButton as UIButton;

class MobileControlSelectSubState extends MusicBeatSubstate
{
var options:Array<String> = ['Pad-Right', 'Pad-Left', 'Pad-Custom', 'Hitbox', 'Keyboard'];
var options:Array<String> = ['Pad-Right', 'Pad-Left', 'Pad-Custom', 'Hitbox'];
var control:MobileControls;
var leftArrow:FlxSprite;
var rightArrow:FlxSprite;
Expand Down

0 comments on commit 162303d

Please sign in to comment.