HAIR AND MOD SUPPORT SHIT IN PROGRESS
This commit is contained in:
@ -50,6 +50,7 @@ class AnimationDebug extends FlxState
|
||||
add(dad);
|
||||
|
||||
char = dad;
|
||||
dad.flipX = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -59,6 +60,7 @@ class AnimationDebug extends FlxState
|
||||
add(bf);
|
||||
|
||||
char = bf;
|
||||
bf.flipX = false;
|
||||
}
|
||||
|
||||
dumbTexts = new FlxTypedGroup<FlxText>();
|
||||
|
Reference in New Issue
Block a user