diff --git a/21g30t1e75.js b/21g30t1e75.js index 63d4c0f..30d0471 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -255,7 +255,13 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { tail = parent; } - + + tail.advance( + this.state.orientation + ); + + tail.applyToMesh(); + newSnake.push(tail); this.snake = newSnake;