LOSS SCREEN WIP

This commit is contained in:
Cameron Taylor
2020-10-27 03:35:23 -07:00
parent bd6e2129b8
commit 0c31cc29ee
19 changed files with 583 additions and 320 deletions

View File

@ -21,7 +21,7 @@ class AnimationDebug extends FlxState
var dumbTexts:FlxTypedGroup<FlxText>;
var animList:Array<String> = [];
var curAnim:Int = 0;
var isDad:Bool = true;
var isDad:Bool = false;
var daAnim:String = 'spooky';
var camFollow:FlxObject;