Update: CC - Entity Loaded - Moorcow (o73bkh2tlq.js) 367 bytes modified

beta.r3js.org
-=yb4f310 2017-11-11 08:38:50 +01:00
parent 5af1d31a57
commit bddaac924d
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ this.mouseDown.entityLoaded = this;
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('ud33b2z225');
this.mouseMove.entityLoaded = this;
/**
* Create references to all our 'in game' objects
*/
this.bull = GameLib.EntityManager.Instance.findComponentById('y1op9hp8dz');
this.star = GameLib.EntityManager.Instance.findComponentById('tmut3carec');
this.burger = GameLib.EntityManager.Instance.findComponentById('j88zs01szc');
this.parcel = GameLib.EntityManager.Instance.findComponentById('l91pfxkwml');
/**
* Plant all our trees
*/