From f36b6e8f50169e87c12ae711e4317b07c57b6abe Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 16:12:20 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 7 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 82f5804..1a0cbd6 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -235,8 +235,6 @@ GameLib.CustomCode.prototype.waitReload = function(delta) { this.state.exploding = false; this.state.getReady = true; - - this.advanceSnake(this.speed * 2); window.setTimeout( function(){ @@ -1158,7 +1156,6 @@ GameLib.CustomCode.prototype.backup = function() { GameLib.CustomCode.prototype.restore = function() { - this.snake.map( function(body) { @@ -1253,6 +1250,9 @@ GameLib.CustomCode.prototype.restore = function() { */ this.snake = this.backupSnake.map( function(body) { + + body.applyToMesh(); + return body; } );