Update: CC - SnailRunner - Entity Loaded (uchezypj8k.js) 121 bytes modified

beta.r3js.org
-=yb4f310 2018-03-07 16:17:30 +01:00
parent 007ca35aff
commit 8ae3671deb
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,8 @@ if (data.entity === this.parentEntity) {
/** /**
* Custom Code Components * Custom Code Components
*/ */
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('rlley2ki2i'); this.beforeRender = GameLib.EntityManager.Instance.findComponentById('rlley2ki2i');
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('8nu6b5p9pb');
/** /**
* Meshes * Meshes
@ -18,6 +19,7 @@ this.snail = GameLib.EntityManager.Instance.findComponentById('dbpoic48wm');
/** /**
* Activate our custom code components * Activate our custom code components
*/ */
this.beforeRender.entityLoaded = this; this.beforeRender.entityLoaded = this;
this.mouseMove.entityLoaded = this;
//@ sourceURL=entityLoaded.js //@ sourceURL=entityLoaded.js