Initial Commit: CC - SpoonLib - Entity Loaded (60mpr5snmo.js)

beta.r3js.org
-=yb4f310 2018-01-16 09:37:15 +01:00
parent 3bf596f090
commit 6295fd146b
1 changed files with 14 additions and 0 deletions

14
60mpr5snmo.js Normal file
View File

@ -0,0 +1,14 @@
if (this.parentEntity === data.entity) {
console.log('Entity SpoonLib Loaded');
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('uou2i9be9r');
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.mouseMove.entityLoaded = this;
this.keyUp.entityLoaded = this;
}
//@ sourceURL=entitySpoonLibLoaded.js