Update: CC - SpoonLib - Entity Loaded (60mpr5snmo.js) 83 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 10:43:07 +01:00
parent a1c53308fc
commit 4b072768ba
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ if (this.parentEntity === data.entity) {
this.textCanvas = GameLib.EntityManager.Instance.findComponentById('c8tk5ha6nw');
this.textTexture = GameLib.EntityManager.Instance.findComponentById('eprfl2ynkx');
this.camera2D = GameLib.EntityManager.Instance.findComponentById('majq7lytaz');
this.mouseMove.entityLoaded = this;
this.keyUp.entityLoaded = this;
}