fixed build scripts and shit
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user