Update: CC - Entity Loaded - Moorcow (m4c2psc19l.js) 40 bytes modified

beta.r3js.org
-=yb4f310 2017-11-14 08:12:07 +01:00
parent e1aec1ec91
commit 1fd0749711
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ this.scene = GameLib.EntityManager.Instance.findComponentById('f5d6aj9iiv');
this.cursor = GameLib.EntityManager.Instance.findComponentById('ykfzwmaw9j');
this.thrower = GameLib.EntityManager.Instance.findComponentById('x4rhvbj8cn');
this.thrower = GameLib.EntityManager.Instance.findComponentById('15rh0z60fi');
this.renderer = GameLib.EntityManager.Instance.findComponentById('15rh0z60fi');
this.throwerParticleEngine = GameLib.EntityManager.Instance.findComponentById('0k1sgxm2vq');
@ -77,6 +77,7 @@ this.mouseDown.beforeRender = this.beforeRender;
*/
this.mouseUp.throwerParticleEngine = this.throwerParticleEngine;
this.mouseUp.beforeRender = this.beforeRender;
this.mouseUp.renderer = this.renderer;
GameLib.Event.Emit(GameLib.Event.MOUSE_UP);