mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
oopy forgot the comment
This commit is contained in:
parent
8bd876ed1c
commit
02255a61d9
1 changed files with 2 additions and 4 deletions
|
@ -264,8 +264,7 @@ class Stage extends FlxSpriteGroup implements IHook implements IPlayStateScripte
|
|||
this.characters.set("bf", character);
|
||||
charData = _data.characters.bf;
|
||||
character.flipX = !character.flipX;
|
||||
if (character.flipX)
|
||||
character.flipAnimationOffsets();
|
||||
// flip offsets if flipX
|
||||
character.initHealthIcon(false);
|
||||
case GF:
|
||||
this.characters.set("gf", character);
|
||||
|
@ -273,8 +272,7 @@ class Stage extends FlxSpriteGroup implements IHook implements IPlayStateScripte
|
|||
case DAD:
|
||||
this.characters.set("dad", character);
|
||||
charData = _data.characters.dad;
|
||||
if (character.flipX)
|
||||
character.flipAnimationOffsets();
|
||||
// flip offsets if flipX
|
||||
character.initHealthIcon(true);
|
||||
default:
|
||||
this.characters.set(character.characterId, character);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue