From 6cdfa37231e0845780070f122da712b58bdca035 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Feb 2018 12:01:36 +0100 Subject: [PATCH] Update: CC - Demo New - Entity Loaded (h4ri7b3n05.js) 180 bytes modified --- h4ri7b3n05.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/h4ri7b3n05.js b/h4ri7b3n05.js index 8421ef6..b03e2da 100644 --- a/h4ri7b3n05.js +++ b/h4ri7b3n05.js @@ -2,11 +2,15 @@ if (this.parentEntity === data.entity) { console.log('Entity FSDemo Loaded'); - this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('jbs9yn11z7'); - this.imageEarth = GameLib.EntityManager.Instance.findComponentById('kyqq6wa4uq'); + this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('jbs9yn11z7'); + this.imageEarth = GameLib.EntityManager.Instance.findComponentById('kyqq6wa4uq'); - this.ccBeforeRender = GameLib.EntityManager.Instance.findComponentById('2xpawazgoz'); - this.ccKeyUp = GameLib.EntityManager.Instance.findComponentById('194yv3pctj'); + this.meshBox = GameLib.EntityManager.Instance.findComponentById('41cqu6d30r'); + + this.instancedGeometry = GameLib.EntityManager.Instance.findComponentById('logvvoozyc'); + + this.ccBeforeRender = GameLib.EntityManager.Instance.findComponentById('2xpawazgoz'); + this.ccKeyUp = GameLib.EntityManager.Instance.findComponentById('194yv3pctj'); this.ccBeforeRender.entityLoaded = this; this.ccKeyUp.entityLoaded = this;