From c5d13e4e8d7d9d070ab2872de6c28d6c30e06024 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 18 Feb 2018 13:02:34 +0100 Subject: [PATCH] Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 10 bytes modified --- 2xswm1bwq8.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/2xswm1bwq8.js b/2xswm1bwq8.js index 160c2ae..a517b04 100644 --- a/2xswm1bwq8.js +++ b/2xswm1bwq8.js @@ -22,7 +22,6 @@ this.image_5 = GameLib.EntityManager.Instance.findComponentById('qrh0 this.image_6 = GameLib.EntityManager.Instance.findComponentById('0bjbsj4sss'); this.image_glow = GameLib.EntityManager.Instance.findComponentById('aei9gfkjb6'); this.image_flames_small = GameLib.EntityManager.Instance.findComponentById('vp4zkbx7yr'); -this.image_displacement = GameLib.EntityManager.Instance.findComponentById('5dy57otkmu'); /** * Scene @@ -49,7 +48,12 @@ this.animationSystems = GameLib.EntityManager.Instance.queryComponents(GameLib /** * Lights */ -this.burnLight = GameLib.EntityManager.Instance.findComponentById('q13y5xwv6c'); +this.burnLight = GameLib.EntityManager.Instance.findComponentById('q13y5xwv6c'); + +/** + * Textures + */ +this.textureDisplacement = GameLib.EntityManager.Instance.findComponentById('b0du0xqeeu'); /** * Initial Game Settings @@ -1673,7 +1677,7 @@ GameLib.Event.Emit( this.drawGrid(); this.drawStatus(); - + GameLib.Event.Emit(GameLib.Event.GAME_LOADED); }.bind(this)