diff --git a/306204wy29.js b/306204wy29.js index 90177b9..f6bb32f 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -30,6 +30,12 @@ if (data.keyCode === GameLib.System.Input.KEY_UP) { this.state.orientation === GameLib.CustomCode.ORIENTATION_LEFT || this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT ) { + if (this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT) { + this.state.flip = true; + } else { + this.state.flip = false; + } + this.state.orientation = GameLib.CustomCode.ORIENTATION_UP; this.state.turning = true; }