mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
lil antialiasing bullshit
This commit is contained in:
parent
11b35adecd
commit
f4c3d826f2
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ class HealthIcon extends FlxSprite
|
|||
|
||||
this.isPlayer = isPlayer;
|
||||
|
||||
changeIcon(char);
|
||||
antialiasing = true;
|
||||
changeIcon(char);
|
||||
scrollFactor.set();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue