Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 23 bytes modified

beta.r3js.org
-=yb4f310 2018-03-12 21:26:41 +01:00
parent 22117eb8f8
commit 659e69ef09
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
tail.mesh.materials = null;
tail.mesh.remove();
this.snake = snake;
}.bind(this);
/*