r3-custom-code/0qv1aw7ni1.js

12 lines
482 B
JavaScript
Raw Normal View History

if (this.parentEntity === data.entity) {
console.log('Entity SpoonLib Loaded');
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('a4hb4ubk5z');
this.camera = GameLib.EntityManager.Instance.findComponentById('a9spj3fs9b');
this.textCanvas = GameLib.EntityManager.Instance.findComponentById('dlzgvcve2j');
this.textTexture = GameLib.EntityManager.Instance.findComponentById('3il5afmzsj');
this.mouseMove.entityLoaded = this;
}
//@ sourceURL=entiyuLoaded.js