Update: CC - Demo New - Entity Loaded (tuby5lj4di.js) 198 bytes modified

beta.r3js.org
-=yb4f310 2018-02-16 13:28:25 +01:00
parent fefb1c7619
commit 0fbe2463b5
1 changed files with 5 additions and 1 deletions

View File

@ -9,10 +9,14 @@ if (this.parentEntity === data.entity) {
*/
this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('g6oggbsg5k');
this.imageEarth = GameLib.EntityManager.Instance.findComponentById('fo1einfper');
this.imageBK = GameLib.EntityManager.Instance.findComponentById('3ufmzrnewa');
this.imageHorse = GameLib.EntityManager.Instance.findComponentById('w4koth16uf');
this.images = [
this.imageSpoon,
this.imageEarth
this.imageEarth,
this.imageBK,
this.imageHorse
];
/**