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

beta.r3js.org
Theunis Johannes Botha 2018-03-07 16:14:55 +01:00
parent 69f8a50354
commit d13835410e
1 changed files with 23 additions and 0 deletions

23
uchezypj8k.js Normal file
View File

@ -0,0 +1,23 @@
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');
this.snail = GameLib.EntityManager.Instance.findComponentById('dbpoic48wm');
/**
* Activate our custom code components
*/
this.beforeRender.entityLoaded = this;
//@ sourceURL=entityLoaded.js