From 93d9b9934d42c0857cdcc98e40bd04a1a14cebb4 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 16:12:19 +0100 Subject: [PATCH] Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 178 bytes modified --- 78gnds8jrj.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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();