diff --git a/source/funkin/ui/debug/anim/DebugBoundingState.hx b/source/funkin/ui/debug/anim/DebugBoundingState.hx index 157d20aa1..eae03ce2a 100644 --- a/source/funkin/ui/debug/anim/DebugBoundingState.hx +++ b/source/funkin/ui/debug/anim/DebugBoundingState.hx @@ -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) {