CHARTS LOL

This commit is contained in:
Cameron Taylor
2021-01-16 15:14:56 -05:00
parent 73fc03f948
commit da68144984
16 changed files with 171 additions and 2 deletions

View File

@ -21,6 +21,8 @@ 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.play(char);
scrollFactor.set();
}