fixed build scripts and shit

This commit is contained in:
Cameron Taylor
2020-10-06 20:59:48 -07:00
parent 9c44e56b19
commit 0062631472
4 changed files with 8 additions and 5 deletions

View File

@ -209,6 +209,7 @@ class PlayState extends FlxTransitionableState
healthHeads.animation.add('unhealthy', [1]);
healthHeads.y = healthBar.y - (healthHeads.height / 2);
healthHeads.scrollFactor.set();
healthHeads.antialiasing = true;
add(healthHeads);
super.create();