r3-custom-code/gr0qs6v7dd.js

20 lines
490 B
JavaScript
Raw Normal View History

if (this.parentEntity === data.entity) {
console.log('my entity loaded :)');
} else {
return;
}
this.enemies = [];
var particle = GameLib.EntityManager.Instance.findComponentById('tiqzsk65l0');
particle.instance.visible = false;
/**
* Min and max spawn time is in seconds
*/
GameLib.D3.CustomCode.MIN_SPAWN_TIME = 1;
GameLib.D3.CustomCode.MAX_SPAWN_TIME = 4;
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('9l6o7974qx');
this.beforeRender.entityLoaded = this;