more christmas stuff

This commit is contained in:
Cameron Taylor
2021-01-19 21:44:09 -05:00
parent d2509f0a22
commit 95caf7ee63
16 changed files with 354 additions and 14 deletions

View File

@ -12,6 +12,7 @@ class HealthIcon extends FlxSprite
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);
animation.add('spooky', [2, 3], 0, false, isPlayer);
animation.add('pico', [4, 5], 0, false, isPlayer);
animation.add('mom', [6, 7], 0, false, isPlayer);