mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-14 23:10:31 -05:00
Further increase opacity in battle background
This commit is contained in:
@@ -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>');
|
||||
|
||||
Reference in New Issue
Block a user