diff --git a/21g30t1e75.js b/21g30t1e75.js index f934374..732c93b 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -54,6 +54,7 @@ this.imagePatty = GameLib.EntityManager.Instance.findComponentById('4lf0fw24su */ this.scene = GameLib.EntityManager.Instance.findComponentById('pllp034hsj'); this.animation = GameLib.EntityManager.Instance.findComponentById('8kb7utb2fn'); +this.animationRotation = GameLib.EntityManager.Instance.findComponentById('z628kythyn'); /** * Game objects @@ -412,6 +413,8 @@ 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[3].mesh); + /** * Cleanup grid *