Merge pull request #1527 from brandoge91/master
fix not having a selection in the options menu with one function lmao
This commit is contained in:
commit
cbe7bb0a7a
@ -125,6 +125,8 @@ class OptionsMenu extends MusicBeatState
|
|||||||
|
|
||||||
FlxTween.tween(versionShit,{y: FlxG.height - 18},2,{ease: FlxEase.elasticInOut});
|
FlxTween.tween(versionShit,{y: FlxG.height - 18},2,{ease: FlxEase.elasticInOut});
|
||||||
FlxTween.tween(blackBorder,{y: FlxG.height - 18},2, {ease: FlxEase.elasticInOut});
|
FlxTween.tween(blackBorder,{y: FlxG.height - 18},2, {ease: FlxEase.elasticInOut});
|
||||||
|
|
||||||
|
changeSelection();
|
||||||
|
|
||||||
super.create();
|
super.create();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user