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

beta.r3js.org
-=yb4f310 2018-03-07 14:06:26 +01:00
parent 8f9cde9b0b
commit f88a9f1eff
1 changed files with 21 additions and 1 deletions

View File

@ -1,2 +1,22 @@
console.log(data);
if (data.entity === this.parentEntity) {
console.log('snail runner loaded');
} else {
return;
}
/**
* Custom Code Components
*/
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('rlley2ki2i');
/**
* Meshes
*/
this.road = GameLib.EntityManager.Instance.findComponentById('07f38e7wvv');
/**
* Activate our custom code components
*/
this.beforeRender.entityLoaded = this;
//@ sourceURL=entityLoaded.js