3 changed files with 10 additions and 4 deletions
@ -1,4 +1,10 @@ |
|||||||
const netUrl = window.location.protocol + '//' + window.location.host; |
const netUrl = window.location.protocol + '//' + window.location.host; |
||||||
|
|
||||||
|
export const audio_mp3 = { |
||||||
|
background:'/audio/backgound.mp3', |
||||||
|
battle:'/audio/battle.mp3', |
||||||
|
} |
||||||
|
|
||||||
export const menu_icons = { |
export const menu_icons = { |
||||||
backpack: '/img/menu/quest_icon_02.png', |
backpack: '/img/menu/quest_icon_02.png', |
||||||
shop: '/img/menu/quest_icon_03.png', |
shop: '/img/menu/quest_icon_03.png', |
Loading…
Reference in new issue