1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

pixel icon code in progress

This commit is contained in:
Cameron Taylor 2021-06-22 20:21:54 -04:00
parent 94d805136c
commit 11b35adecd

View file

@ -59,7 +59,11 @@ class HealthIcon extends FlxSprite
char = newChar; char = newChar;
if (newChar.endsWith('pixel')) if (newChar.endsWith('pixel'))
setGraphicSize(150, 150); {
setGraphicSize(150);
updateHitbox();
antialiasing = false;
}
} }
} }