From 38f24821d6efcdac8305bcd8a1d6d599962f0958 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 13:05:49 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 8 bytes modified --- 21g30t1e75.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index c6f68ae..7c9bfd1 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1087,10 +1087,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { case GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY : if (body.orientation !== backup.orientation) { - body.orientation = backup.orientation; - body.flip = backup.flip; - backup.orientation = this.state.orientation; - backup.flip = this.state.flip; + //body.orientation = backup.orientation; + //body.flip = backup.flip; + //backup.orientation = this.state.orientation; + //backup.flip = this.state.flip; this.createCorner(body, backup); body.applyToMesh(); }