so much win

This commit is contained in:
Cameron Taylor
2021-01-24 22:42:51 -05:00
parent 34b7fc8b62
commit 954dd76dda
36 changed files with 5987 additions and 536 deletions

View File

@@ -13,6 +13,7 @@ class HealthIcon extends FlxSprite
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('bf-pixel', [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);