mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-19 00:23:12 +00:00
Make addCharacter actually set the characters type
This commit is contained in:
parent
a27c4ae24f
commit
de07497ae3
|
@ -464,6 +464,9 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass implements
|
||||||
#end
|
#end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set the characters type
|
||||||
|
character.characterType = charType;
|
||||||
|
|
||||||
// Add the character to the scene.
|
// Add the character to the scene.
|
||||||
this.add(character);
|
this.add(character);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue