Merge pull request #1262 from Spel0/offset-flip
Ability to flip character in offset test menu
This commit is contained in:
commit
2657978e18
@ -118,6 +118,9 @@ class AnimationDebug extends FlxState
|
||||
if (FlxG.keys.justPressed.Q)
|
||||
FlxG.camera.zoom -= 0.25;
|
||||
|
||||
if (FlxG.keys.justPressed.F)
|
||||
char.flipX = !char.flipX;
|
||||
|
||||
if (FlxG.keys.pressed.I || FlxG.keys.pressed.J || FlxG.keys.pressed.K || FlxG.keys.pressed.L)
|
||||
{
|
||||
if (FlxG.keys.pressed.I)
|
||||
|
Loading…
x
Reference in New Issue
Block a user