diff --git a/306204wy29.js b/306204wy29.js index 684a93f..90177b9 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -51,6 +51,12 @@ if (data.keyCode === GameLib.System.Input.KEY_DOWN) { 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_DOWN; this.state.turning = true; }