difficulty shit in progress

This commit is contained in:
Cameron Taylor
2020-10-31 16:23:19 -07:00
parent 8273af5a43
commit a9638e1c42
6 changed files with 9 additions and 4 deletions

View File

@ -125,6 +125,7 @@ class TitleState extends MusicBeatState
ngSpr.setGraphicSize(Std.int(ngSpr.width * 0.8));
ngSpr.updateHitbox();
ngSpr.screenCenter(X);
ngSpr.antialiasing = true;
FlxTween.tween(credTextShit, {y: credTextShit.y + 20}, 2.9, {ease: FlxEase.quadInOut, type: PINGPONG});