bg dancers coded

This commit is contained in:
Cameron Taylor
2020-12-27 03:13:51 -05:00
parent 2ba49b1e64
commit 5fa5f2bac5
16 changed files with 93 additions and 20 deletions

View File

@ -19,6 +19,7 @@ class HealthIcon extends FlxSprite
animation.add('face', [10, 11], 0, false, isPlayer);
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.play(char);
scrollFactor.set();
}