two health icon changes that are cool and swag
parents christmas now call for their losing icon and the missing gfs were added to prevent crashing
This commit is contained in:
@ -32,7 +32,9 @@ class HealthIcon extends FlxSprite
|
||||
animation.add('spirit', [23, 23], 0, false, isPlayer);
|
||||
animation.add('bf-old', [14, 15], 0, false, isPlayer);
|
||||
animation.add('gf', [16], 0, false, isPlayer);
|
||||
animation.add('parents-christmas', [17], 0, false, isPlayer);
|
||||
animation.add('gf-christmas', [16], 0, false, isPlayer);
|
||||
animation.add('gf-pixel', [16], 0, false, isPlayer);
|
||||
animation.add('parents-christmas', [17, 18], 0, false, isPlayer);
|
||||
animation.add('monster', [19, 20], 0, false, isPlayer);
|
||||
animation.add('monster-christmas', [19, 20], 0, false, isPlayer);
|
||||
animation.play(char);
|
||||
|
Reference in New Issue
Block a user