mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-16 09:37:16 +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;
|
char = newChar;
|
||||||
|
|
||||||
if (newChar.endsWith('pixel'))
|
if (newChar.endsWith('pixel'))
|
||||||
setGraphicSize(150, 150);
|
{
|
||||||
|
setGraphicSize(150);
|
||||||
|
updateHitbox();
|
||||||
|
antialiasing = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue