Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 178 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 16:12:19 +01:00
parent 590519c081
commit 93d9b9934d
1 changed files with 4 additions and 2 deletions

View File

@ -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();