caught up 11/10/20

This commit is contained in:
Brandon
2020-11-10 13:08:18 -05:00
parent 127d4f4cb4
commit 74f313feec
5 changed files with 7 additions and 8 deletions

View File

@ -44,7 +44,7 @@ class Preloader extends FlxBasePreloader
logo.scaleX += Percent / 1280;
logo.scaleY += Percent / 1280;
logo.x -= Percent * 0.86;
logo.y -= Percent / 1.5;
logo.y -= Percent / 1.4;
}else{
logo.scaleX = this._width / 1280;
logo.scaleY = this._width / 1280;