From b9f998b6ced8ec0081ef0dcefcb4d5f96074c987 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 25 Nov 2017 16:02:25 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (a2ow5l92js.js) 6 bytes modified --- a2ow5l92js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2ow5l92js.js b/a2ow5l92js.js index b18f8dc..d0a7884 100644 --- a/a2ow5l92js.js +++ b/a2ow5l92js.js @@ -690,7 +690,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { this.totalTime += data.delta; this.enemySpawnTime += data.delta; -this.scoreMesh.materials[0].opacity -= data.delta; +this.scoreMesh.materials[0].opacity -= data.delta * 0.5; if (this.scoreMesh.materials[0].opacity < 0) { this.scoreMesh.materials[0].opacity = 0; }