From 52a5e5223c6bb39b34cb58ce2d74933a46fd012f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 09:40:27 +0100 Subject: [PATCH] Update: CC - Snake FS - Key Up (306204wy29.js) 1 bytes modified --- 306204wy29.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/306204wy29.js b/306204wy29.js index 9ff0548..8d7dea8 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -85,7 +85,7 @@ if (data.keyCode === GameLib.System.Input.KEY_LEFT) { ) { if (this.state.orientation === GameLib.CustomCode.ORIENTATION_DOWN) { - this.state.flip = 1; + this.state.flip = -1; } else { this.state.flip = 0; }