Update: CC - Entity Loaded - Moorcow (hv7vehw7se.js) 5 bytes modified

beta.r3js.org
-=yb4f310 2018-01-14 13:42:51 +01:00
parent 2d5fd2df8e
commit a0a7a6fc91
1 changed files with 1 additions and 2 deletions

View File

@ -70,7 +70,6 @@ this.mouseDown = GameLib.EntityManager.Instance.findComponentById('jtmr6gmp5p')
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('lxigrx11oc'); this.mouseMove = GameLib.EntityManager.Instance.findComponentById('lxigrx11oc');
this.touchMove = GameLib.EntityManager.Instance.findComponentById('evwkow5289'); this.touchMove = GameLib.EntityManager.Instance.findComponentById('evwkow5289');
/*
GameLib.Event.Subscribe( GameLib.Event.Subscribe(
GameLib.Event.WINDOW_RESIZE, GameLib.Event.WINDOW_RESIZE,
function(data) { function(data) {
@ -83,7 +82,7 @@ GameLib.Event.Subscribe(
); );
}.bind(this) }.bind(this)
); );
*/
/** /**
* Tell all our custom code components that we loaded * Tell all our custom code components that we loaded
*/ */