From a64e0569eb006d167e594dade82a1e7c499d8e46 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 11:32:34 +0100 Subject: [PATCH] Update: CC - Snake FS - Key Up (306204wy29.js) 0 bytes modified --- 306204wy29.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/306204wy29.js b/306204wy29.js index da2c222..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 = -3; + this.state.flip = -4; } else { this.state.flip = -1; }