From 6203733630fc266844a3a22e17c65d3e3ab561e0 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 17:13:14 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 209 bytes modified --- 21g30t1e75.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 7029243..a65b8cf 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1318,6 +1318,14 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { if (!advanced) { if (this.state.getReady) { + + body.position.x = backup.position.x; + body.position.y = backup.position.y; + body.orientation = backup.orientation; + body.flip = backup.flip; + + body.applyToMesh(); + return; }