lolololololololololololololololol

Lololololololololololol
This commit is contained in:
CyndaquilDAC
2021-04-13 14:20:47 -05:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ class HealthIcon extends FlxSprite
loadGraphic(Paths.image('iconGrid'), true, 150, 150);
antialiasing = true;
animation.add('bf', [0, 1], 0, false, isPlayer);
animation.add('bf-car', [0, 1], 0, false, isPlayer);
animation.add('bf-christmas', [0, 1], 0, false, isPlayer);
@@ -38,6 +38,16 @@ class HealthIcon extends FlxSprite
animation.add('monster', [19, 20], 0, false, isPlayer);
animation.add('monster-christmas', [19, 20], 0, false, isPlayer);
animation.play(char);
switch(char){
case 'bf-pixel' | 'senpai' | 'senpai-angry' | 'spirit' | 'gf-pixel':
{
}
default:
{
antialiasing = true;
}
}
scrollFactor.set();
}