From eca24d46677ba4168e493d01e834e520958930f3 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 13:37:36 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 102 bytes modified --- 21g30t1e75.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 504fd38..b6b2722 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1128,6 +1128,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.mesh = this.createGameMesh(this.materialBreadCorner); + body.mesh.position.x = backup.position.x; + body.mesh.position.y = backup.position.y; body.mesh.position.z = 5; body.mesh.updateInstance('position');