mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-09 05:24:39 -04:00
Make addCharacter actually set the characters type
This commit is contained in:
parent
a27c4ae24f
commit
de07497ae3
1 changed files with 3 additions and 0 deletions
|
@ -464,6 +464,9 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass implements
|
|||
#end
|
||||
}
|
||||
|
||||
// Set the characters type
|
||||
character.characterType = charType;
|
||||
|
||||
// Add the character to the scene.
|
||||
this.add(character);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue