From e42c8bf21b7667540901d610bc10db8a768555aa Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 19:19:18 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 8 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 840c348..f96c9a0 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -906,9 +906,6 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { this.state.flip, this.grid ); - - backup.orientation = body.orientation; - backup.flip = body.flip; this.grid[backup.position.x][backup.position.y] = new GameLib.CustomCode.GameObject(); @@ -937,6 +934,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { } + backup.orientation = body.orientation; + backup.flip = body.flip; + } else { temp = {