caught up 10/30/

This commit is contained in:
Brandon
2020-10-30 19:47:19 -04:00
parent bf78c62384
commit e98212b1cd
68 changed files with 1498 additions and 536 deletions

View File

@@ -39,6 +39,9 @@ class AnimationDebug extends FlxState
gridBG.scrollFactor.set(0.5, 0.5);
add(gridBG);
if (daAnim == 'bf')
isDad = false;
if (isDad)
{
dad = new Character(0, 0, daAnim);