Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 10 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 13:02:34 +01:00
parent 17d28d4e26
commit c5d13e4e8d
1 changed files with 7 additions and 3 deletions

View File

@ -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)