From de16093b5046f4d1c91ccbcc02fb7d2832841bfb Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 11:21:47 +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 12f2c43..6d1fa8e 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 = -1; + this.state.flip = -3; } else { this.state.flip = 0; }