Update: CC - Before Render - Moorcow (a2ow5l92js.js) 16 bytes modified

beta.r3js.org
-=yb4f310 2017-11-25 15:51:45 +01:00
parent a1d19fe434
commit 014d97a3e0
1 changed files with 3 additions and 3 deletions

View File

@ -487,6 +487,8 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.score += enemy.score;
this.drawScore(enemy);
console.log('score : ' + this.score);
GameLib.Event.Emit(
@ -708,9 +710,7 @@ this.scene.meshes.map(
);
if (this.mouseIsDown)
{
this.drawScore();
{
this.kanisterTime += data.delta;
this.renderer.clearColor.r += 0.01;