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

beta.r3js.org
-=yb4f310 2018-03-23 15:03:07 +01:00
parent 120071ea0a
commit 852a856cf9
1 changed files with 5 additions and 0 deletions

View File

@ -829,6 +829,11 @@ GameLib.CustomCode.SnakeBody.prototype.dispose = function() {
this.backupMesh.materials = null;
this.backupMesh.remove();
}
this.flip = 0;
this.orientaiton = 0;
this.isTail = false;
this.backupMesh = null;
}
GameLib.CustomCode.SnakeBody.prototype.clone = function() {