game works again, twin-stick is fun

This commit is contained in:
Brandon
2020-11-07 16:13:41 -05:00
parent 3ce478d1fd
commit f9ee6bdddb
4 changed files with 9 additions and 11 deletions

View File

@ -47,8 +47,8 @@ class Preloader extends FlxBasePreloader
{
logo.scaleX += Percent / 1280;
logo.scaleY += Percent / 1280;
logo.x -= Percent * 0.9;
logo.y -= Percent / 1.6;
logo.x -= Percent * 0.86;
logo.y -= Percent / 1.5;
}else{
logo.scaleX = this._width / 1280;
logo.scaleY = this._width / 1280;