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:
Kade M 2021-08-01 00:01:12 -07:00 committed by GitHub
commit cbe7bb0a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}