Add the ability to flip the character in the Animation Editor

This commit is contained in:
Abnormal 2024-07-14 20:42:11 +00:00 committed by Eric
parent 128afcaad1
commit de02137d7c

View file

@ -403,6 +403,11 @@ class DebugBoundingState extends FlxState
onionSkinChar.visible = !onionSkinChar.visible;
}
if (FlxG.keys.justPressed.G)
{
swagChar.flipX = !swagChar.flipX;
}
// Plays the idle animation
if (FlxG.keys.justPressed.SPACE)
{