haha , also highscore.hx breaks switch

This commit is contained in:
Brandon
2020-11-07 15:52:21 -05:00
parent 473429d3ce
commit 4787234621
6 changed files with 29 additions and 3 deletions

View File

@ -43,7 +43,7 @@ class Preloader extends FlxBasePreloader
override function update(Percent:Float):Void
{
if(Percent < 75)
if(Percent < 69)
{
logo.scaleX += Percent / 1280;
logo.scaleY += Percent / 1280;