diff --git a/Project.xml b/Project.xml index 3d1c1854e..a0e35ede9 100644 --- a/Project.xml +++ b/Project.xml @@ -2,7 +2,7 @@ - + @@ -31,13 +31,15 @@ - + + + diff --git a/source/PlayState.hx b/source/PlayState.hx index 394d5d0e8..de35d36a4 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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();