From 4ae737a89b3e8dc9c77c458025b6cce9cd80cf71 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 11:34:16 +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 43fd555..12f2c43 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 = -4; + this.state.flip = 0; } else { this.state.flip = -1; }