1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-20 15:35:13 +00:00

lil antialiasing bullshit

This commit is contained in:
Cameron Taylor 2021-06-22 20:32:37 -04:00
parent 11b35adecd
commit f4c3d826f2

View file

@ -20,8 +20,8 @@ class HealthIcon extends FlxSprite
this.isPlayer = isPlayer;
changeIcon(char);
antialiasing = true;
changeIcon(char);
scrollFactor.set();
}