This commit is contained in:
KadeDev
2021-03-31 16:11:14 -07:00
parent d360ed048d
commit 6b79082a70
12 changed files with 193 additions and 151 deletions

View File

@ -12,7 +12,7 @@ class HealthIcon extends FlxSprite
public function new(char:String = 'bf', isPlayer:Bool = false)
{
super();
trace(Paths.image('iconGrid','data'));
loadGraphic(Paths.image('iconGrid'), true, 150, 150);
antialiasing = true;