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

beta.r3js.org
-=yb4f310 2018-03-09 14:55:00 +01:00
parent 68b48fcb1c
commit eccdca5c78
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,9 @@ if (data.entity === this.parentEntity) {
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('94xi7aitax');
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('jz3qg0174l');
this.mouseDown = GameLib.EntityManager.Instance.findComponentById('8dntnb01wu');
this.mouseUp = GameLib.EntityManager.Instance.findComponentById('kx7drv1vqw');
this.keyDown = GameLib.EntityManager.Instance.findComponentById('ramgcjepp5');
this.keyUp = GameLib.EntityManager.Instance.findComponentById('4uie4sjqxd');
/**
* Meshes
@ -59,5 +62,9 @@ this.sections.push({
*/
this.beforeRender.entityLoaded = this;
this.mouseMove.entityLoaded = this;
this.mouseDown.entityLoaded = this;
this.mouseUp.entityLoaded = this;
this.keyDown.entityLoaded = this;
this.keyUp.entityLoaded = this;
//@ sourceURL=entityLoaded.js