From 7b3e9b7e62a708c5af2aa8ff70db314907cd54ed Mon Sep 17 00:00:00 2001 From: Ridaz Date: Mon, 11 Apr 2016 11:27:36 +0100 Subject: [PATCH] Further increase opacity in battle background --- js/battle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/battle.js b/js/battle.js index a11a5ca06..f605a096b 100644 --- a/js/battle.js +++ b/js/battle.js @@ -2415,7 +2415,7 @@ var Battle = (function () { this.elem.append('
'); this.bgElem = this.elem.children().last(); this.bgElem.animate({ - opacity: 0.6 + opacity: 0.8 }); this.elem.append('
');