diff --git a/public/img/map/d1.png b/public/img/map/d1.png new file mode 100644 index 0000000..fd509f9 Binary files /dev/null and b/public/img/map/d1.png differ diff --git a/public/img/map/d2.png b/public/img/map/d2.png new file mode 100644 index 0000000..fe9ce92 Binary files /dev/null and b/public/img/map/d2.png differ diff --git a/public/img/map/d3.png b/public/img/map/d3.png new file mode 100644 index 0000000..ba968f1 Binary files /dev/null and b/public/img/map/d3.png differ diff --git a/public/img/map.jpg b/public/img/map/map.jpg similarity index 100% rename from public/img/map.jpg rename to public/img/map/map.jpg diff --git a/src/config/assets.ts b/src/config/assets.ts index cf11fea..8e21c60 100644 --- a/src/config/assets.ts +++ b/src/config/assets.ts @@ -44,7 +44,12 @@ export const playerImg2 = root + '/img/player2.png'; export const warning_icon = root + '/img/tip/warning.png'; export const dungeon_icon = { + map: root + '/img/map/map.jpg', player: root + '/img/map/player-s.png', monster: root + '/img/map/monster.png', boss: root + '/img/map/boss.png', + 0: root + '/img/map/d1.png', + 1: root + '/img/map/d1.png', + 2: root + '/img/map/d2.png', + 3: root + '/img/map/d3.png', }; diff --git a/src/views/dungeon/dungeon.vue b/src/views/dungeon/dungeon.vue index 50b00e4..10c02ee 100644 --- a/src/views/dungeon/dungeon.vue +++ b/src/views/dungeon/dungeon.vue @@ -1,7 +1,9 @@