diff --git a/306204wy29.js b/306204wy29.js index 8d7dea8..d3a0e06 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -58,7 +58,7 @@ if (data.keyCode === GameLib.System.Input.KEY_DOWN) { this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT ) { if (this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT) { - this.state.flip = 1; + this.state.flip = -1; } else { this.state.flip = 0; }