r3-custom-code/60mpr5snmo.js

31 lines
1.3 KiB
JavaScript
Raw Normal View History

if (this.parentEntity === data.entity) {
console.log('Entity SpoonLib Loaded');
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('uou2i9be9r');
this.touchEnd = GameLib.EntityManager.Instance.findComponentById('r17o00dvgo');
this.mouseUp = GameLib.EntityManager.Instance.findComponentById('abw1ga2etc');
this.mouseDown = GameLib.EntityManager.Instance.findComponentById('f3b90qedii');
this.mouseWheel = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo');
this.keyUp = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo');
this.camera = GameLib.EntityManager.Instance.findComponentById('32sdim4koy');
this.textCanvas = GameLib.EntityManager.Instance.findComponentById('c8tk5ha6nw');
this.textTexture = GameLib.EntityManager.Instance.findComponentById('eprfl2ynkx');
this.particleEngine = GameLib.EntityManager.Instance.findComponentById('l60d7ra270');
this.particle = GameLib.EntityManager.Instance.findComponentById('mvo0gyajun');
this.camera2d = GameLib.EntityManager.Instance.findComponentById('majq7lytaz');
this.beforeRender.entityLoaded = this;
this.touchEnd.entityLoaded = this;
this.keyUp.entityLoaded = this;
this.mouseUp.entityLoaded = this;
this.mouseDown.entityLoaded = this;
this.mouseWheel.entityLoaded = this;
}
//@ sourceURL=entitySpoonLibLoaded.js