Further increase opacity in battle background

This commit is contained in:
Ridaz
2016-04-11 11:27:36 +01:00
parent 45fd9e80ac
commit 7b3e9b7e62

View File

@@ -2415,7 +2415,7 @@ var Battle = (function () {
this.elem.append('<div class="backdrop" style="background-image:url(' + Tools.resourcePrefix + '' + this.backdropImage + ');display:block;opacity:0"></div>');
this.bgElem = this.elem.children().last();
this.bgElem.animate({
opacity: 0.6
opacity: 0.8
});
this.elem.append('<div class="weather"></div>');