diff --git a/306204wy29.js b/306204wy29.js index 6d1fa8e..12f2c43 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -112,7 +112,7 @@ if (data.keyCode === GameLib.System.Input.KEY_RIGHT) { ) { if (this.state.orientation === GameLib.CustomCode.ORIENTATION_UP) { - this.state.flip = -3; + this.state.flip = -1; } else { this.state.flip = 0; }