From f4c3d826f2ffc657365227a71bc8b8a7bfc3411b Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Tue, 22 Jun 2021 20:32:37 -0400 Subject: [PATCH] lil antialiasing bullshit --- source/HealthIcon.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/HealthIcon.hx b/source/HealthIcon.hx index c1c8c544a..60cc4fd92 100644 --- a/source/HealthIcon.hx +++ b/source/HealthIcon.hx @@ -20,8 +20,8 @@ class HealthIcon extends FlxSprite this.isPlayer = isPlayer; - changeIcon(char); antialiasing = true; + changeIcon(char); scrollFactor.set(); }