From e2645bf6a93dc6d6d13eaef7528830cb25ad5374 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 20 Mar 2018 08:41:08 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 2 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index f575b60..3e5493f 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -339,7 +339,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.mesh = this.meshBreadCorner.clone(); - body.mesh.position.z = 100; + body.mesh.position.z = 5; body.mesh.updateInstance('position'); }