From 24b8c72db3363ac5c5d65299b7373f47e7fa3f2f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 09:28:34 +0100 Subject: [PATCH] Update: CC - Snake FS - Key Up (306204wy29.js) 0 bytes modified --- 306204wy29.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/306204wy29.js b/306204wy29.js index f6bb32f..88fd7cf 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -31,9 +31,9 @@ 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 = true; - } else { this.state.flip = false; + } else { + this.state.flip = true; } this.state.orientation = GameLib.CustomCode.ORIENTATION_UP;