From 8c7eef39de2f798f9a722e8ba5d5c63f7d409490 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 25 Nov 2017 16:01:49 +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 51e8994..b18f8dc 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 -= 0.1 * data.delta; +this.scoreMesh.materials[0].opacity -= data.delta; if (this.scoreMesh.materials[0].opacity < 0) { this.scoreMesh.materials[0].opacity = 0; }