diff --git a/source/HealthIcon.hx b/source/HealthIcon.hx index e4024d918..c1c8c544a 100644 --- a/source/HealthIcon.hx +++ b/source/HealthIcon.hx @@ -59,7 +59,11 @@ class HealthIcon extends FlxSprite char = newChar; if (newChar.endsWith('pixel')) - setGraphicSize(150, 150); + { + setGraphicSize(150); + updateHitbox(); + antialiasing = false; + } } }