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');