diff --git a/306204wy29.js b/306204wy29.js index 12f2c43..43fd555 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 = 0; + this.state.flip = -4; } else { this.state.flip = -1; }