From 1c6ebb92b259556f946ea9c48c30820ced327aa5 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 08:39:34 +0100 Subject: [PATCH] Update: CC - Snake FS - Key Up (306204wy29.js) 2 bytes modified --- 306204wy29.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/306204wy29.js b/306204wy29.js index a56ac74..684a93f 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -99,7 +99,7 @@ if (data.keyCode === GameLib.System.Input.KEY_RIGHT) { this.state.orientation === GameLib.CustomCode.ORIENTATION_DOWN ) { - if (this.state.orientation === GameLib.CustomCode.ORIENTATION_DOWN) { + if (this.state.orientation === GameLib.CustomCode.ORIENTATION_UP) { this.state.flip = true; } else { this.state.flip = false;