From c32061f81fdf8b5a37ccffad0ad925ec16e5a218 Mon Sep 17 00:00:00 2001 From: Adrien Agez Date: Fri, 4 Dec 2020 15:16:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1:=20add=20maps=20backgrounds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Battleground.vue | 28 +++++++++++------- src/gameInfos/battlegrounds.js | 14 +++++++++ static/backgrounds/alterac-pass.jpg | Bin 931206 -> 255810 bytes ...ernity.jpg => battlefield-of-eternity.jpg} | Bin static/backgrounds/blackhearts-bay.jpg | Bin 0 -> 166161 bytes static/backgrounds/blackheartsbay.jpg | Bin 780599 -> 0 bytes static/backgrounds/braxis-holdout.jpg | Bin 0 -> 137519 bytes static/backgrounds/cursed-hollow.jpg | Bin 0 -> 115163 bytes static/backgrounds/dragon-shire.jpg | Bin 0 -> 63108 bytes static/backgrounds/garden-of-terror.jpg | Bin 0 -> 193281 bytes static/backgrounds/hanamura.jpg | Bin 0 -> 181570 bytes static/backgrounds/infernal-shrines.jpg | Bin 0 -> 125915 bytes static/backgrounds/sky-temple.jpg | Bin 0 -> 122009 bytes static/backgrounds/tomb-of-spider-queen.jpg | Bin 0 -> 60852 bytes static/backgrounds/towers-of-doom.jpg | Bin 0 -> 122077 bytes static/backgrounds/volskaya.jpg | Bin 0 -> 190265 bytes static/backgrounds/warhead-junction.jpg | Bin 0 -> 118973 bytes 17 files changed, 32 insertions(+), 10 deletions(-) rename static/backgrounds/{battlefieldofeternity.jpg => battlefield-of-eternity.jpg} (100%) create mode 100644 static/backgrounds/blackhearts-bay.jpg delete mode 100644 static/backgrounds/blackheartsbay.jpg create mode 100644 static/backgrounds/braxis-holdout.jpg create mode 100644 static/backgrounds/cursed-hollow.jpg create mode 100644 static/backgrounds/dragon-shire.jpg create mode 100644 static/backgrounds/garden-of-terror.jpg create mode 100644 static/backgrounds/hanamura.jpg create mode 100644 static/backgrounds/infernal-shrines.jpg create mode 100644 static/backgrounds/sky-temple.jpg create mode 100644 static/backgrounds/tomb-of-spider-queen.jpg create mode 100644 static/backgrounds/towers-of-doom.jpg create mode 100644 static/backgrounds/volskaya.jpg create mode 100644 static/backgrounds/warhead-junction.jpg diff --git a/src/components/Battleground.vue b/src/components/Battleground.vue index 82abb53..2027e07 100644 --- a/src/components/Battleground.vue +++ b/src/components/Battleground.vue @@ -1,10 +1,9 @@