Update: CC - SpoonLib - Entity Loaded (0qv1aw7ni1.js) 167 bytes modified

beta.r3js.org
-=yb4f310 2018-01-15 18:08:55 +01:00
parent 1424ac7626
commit ae15cc3f34
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ if (this.parentEntity === data.entity) {
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;
}