Skip to content

Commit de02137

Browse files
AbnormalPoofEliteMasterEric
authored andcommitted
Add the ability to flip the character in the Animation Editor
1 parent 128afca commit de02137

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/funkin/ui/debug/anim/DebugBoundingState.hx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@ class DebugBoundingState extends FlxState
403403
onionSkinChar.visible = !onionSkinChar.visible;
404404
}
405405

406+
if (FlxG.keys.justPressed.G)
407+
{
408+
swagChar.flipX = !swagChar.flipX;
409+
}
410+
406411
// Plays the idle animation
407412
if (FlxG.keys.justPressed.SPACE)
408413
{

0 commit comments

Comments
 (0)