mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-28 15:57:42 +00:00
pixel icon code in progress
This commit is contained in:
parent
94d805136c
commit
11b35adecd
|
@ -59,7 +59,11 @@ class HealthIcon extends FlxSprite
|
|||
char = newChar;
|
||||
|
||||
if (newChar.endsWith('pixel'))
|
||||
setGraphicSize(150, 150);
|
||||
{
|
||||
setGraphicSize(150);
|
||||
updateHitbox();
|
||||
antialiasing = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue