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

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

View File

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