monster christmas

This commit is contained in:
Cameron Taylor
2021-01-20 01:38:39 -05:00
parent 69434ab7e5
commit 671dced392
15 changed files with 16579 additions and 10801 deletions

View File

@ -22,8 +22,9 @@ class HealthIcon extends FlxSprite
animation.add('dad', [12, 13], 0, false, isPlayer);
animation.add('bf-old', [14, 15], 0, false, isPlayer);
animation.add('gf', [16], 0, false, isPlayer);
animation.add('parents-christmas', [0, 1], 0, false, isPlayer);
animation.add('monster', [0], 0, false, isPlayer);
animation.add('parents-christmas', [17], 0, false, isPlayer);
animation.add('monster', [19, 20], 0, false, isPlayer);
animation.add('monster-christmas', [19, 20], 0, false, isPlayer);
animation.play(char);
scrollFactor.set();
}