-
Notifications
You must be signed in to change notification settings - Fork 4
/
backgroundMusic.json
49 lines (49 loc) · 1.3 KB
/
backgroundMusic.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"music": {
"class": "java.util.LinkedHashMap",
"Achievements": [
"sounds/customBgm/bgmAchievements1.mp3",
"sounds/customBgm/bgmAchievements2.mp3"
],
"BuffManual": [
"sounds/customBgm/bgmBuffDebuff1.mp3",
"sounds/customBgm/bgmBuffDebuff2.mp3"
],
"GameOver": [
"sounds/customBgm/bgmGameOver1.mp3",
"sounds/customBgm/bgmGameOver2.mp3"
],
"HistoryScore": [
"sounds/customBgm/bgmHistoryScore1.mp3",
"sounds/customBgm/bgmHistoryScore2.mp3"
],
"Instructions": [
"sounds/customBgm/bgmGameTutorial1.mp3",
"sounds/customBgm/bgmGameTutorial2.mp3"
],
"MainGame": [
"sounds/customBgm/bgmMainGame1.mp3",
"sounds/customBgm/bgmMainGame2.mp3"
],
"MainMenu": [
"sounds/customBgm/bgmSetting1.mp3",
"sounds/customBgm/bgmSetting2.mp3"
],
"MonsterMenu": [
"sounds/customBgm/bgmMonsterMenu1.mp3",
"sounds/customBgm/bgmMonsterMenu2.mp3"
],
"PropsShop": [
"sounds/customBgm/bgmPropStore1.mp3",
"sounds/customBgm/bgmPropStore2.mp3"
],
"Settings": [
"sounds/customBgm/bgmSetting1.mp3",
"sounds/customBgm/bgmSetting2.mp3"
],
"UnlockedAttires": [
"sounds/customBgm/bgmSelectAttire1.mp3",
"sounds/customBgm/bgmSelectAttire2.mp3"
]
}
}