fix not having a selection
This commit is contained in:
parent
b125642d00
commit
2a0d0ac370
@ -125,6 +125,8 @@ class OptionsMenu extends MusicBeatState
|
||||
|
||||
FlxTween.tween(versionShit,{y: FlxG.height - 18},2,{ease: FlxEase.elasticInOut});
|
||||
FlxTween.tween(blackBorder,{y: FlxG.height - 18},2, {ease: FlxEase.elasticInOut});
|
||||
|
||||
changeSelection();
|
||||
|
||||
super.create();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user