diff --git a/78gnds8jrj.js b/78gnds8jrj.js index 7e93bcc..d38b994 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -31,9 +31,11 @@ this.sections = []; this.clouds = []; /** - * Camera + * Camera, Raycaster, Mouse */ -this.camera = GameLib.EntityManager.Instance.findComponentById('hd8dsn7o4c'); +this.camera = GameLib.EntityManager.Instance.findComponentById('hd8dsn7o4c'); +this.raycaster = GameLib.EntityManager.Instance.findComponentById('h3yxd73sz7'); +this.mouse = GameLib.EntityManager.Instance.findComponentById('eriv6mcw8k'); GameLib.CustomCode.prototype.spawnCloud = function() { var cloud = this.cloud.clone();