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

beta.r3js.org
-=yb4f310 2018-03-19 11:10:26 +01:00
parent da94326e96
commit dcad45241b
1 changed files with 3 additions and 0 deletions

View File

@ -413,6 +413,9 @@ GameLib.Event.Subscribe(
this.animation.meshes.push(this.snake[2].mesh);
this.animation.meshes.push(this.snake[3].mesh);
this.animationRotation.meshes.push(this.snake[0].mesh);
this.animationRotation.meshes.push(this.snake[1].mesh);
this.animationRotation.meshes.push(this.snake[2].mesh);
this.animationRotation.meshes.push(this.snake[3].mesh);
/**