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; }