Update: CC - Entity Loaded - Moorcow (xtihcyhagp.js) 9 bytes modified

beta.r3js.org
-=yb4f310 2017-11-19 13:54:04 +01:00
parent d75996df7d
commit eefa936e05
1 changed files with 4 additions and 3 deletions

View File

@ -65,10 +65,11 @@ this.mouseMove = GameLib.EntityManager.Instance.findComponentById('6st4io7ceu')
/** /**
* Tell all our custom code components that we loaded * Tell all our custom code components that we loaded
*/ */
/*
GameLib.Event.Subscribe( GameLib.Event.Subscribe(
GameLib.Event.GAME_START, GameLib.Event.GAME_START,
function() { function() {
*/
this.beforeRender.entityLoaded = this; this.beforeRender.entityLoaded = this;
this.mouseUp.entityLoaded = this; this.mouseUp.entityLoaded = this;
this.mouseDown.entityLoaded = this; this.mouseDown.entityLoaded = this;
@ -82,9 +83,9 @@ GameLib.Event.Subscribe(
name : 'Audio - Xmas' name : 'Audio - Xmas'
} }
); );
}.bind(this) /* }.bind(this)
); );
*/
GameLib.Event.Subscribe( GameLib.Event.Subscribe(
GameLib.Event.GAME_OVER, GameLib.Event.GAME_OVER,
function() { function() {