From 4aaf557fab632ab56d2f982a68e95f35d29e7e80 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 11:16:14 +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 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; }