From f034512301748fcf12402c41315f2746ee38e80a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 15 Mar 2018 13:02:41 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 76 bytes modified --- 21g30t1e75.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;