diff --git a/306204wy29.js b/306204wy29.js index 43fd555..12f2c43 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -31,7 +31,7 @@ if (data.keyCode === GameLib.System.Input.KEY_UP) { this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT ) { if (this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT) { - this.state.flip = -4; + this.state.flip = 0; } else { this.state.flip = -1; }