mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Added Loop Points to the Boo Menu and Pack Support
Only put this commit here since A: It's related to the BGM files, and B: It's dependent on the previous commit.
This commit is contained in:
10
Assets/Audio/BGM/BooMenu.bgm
Normal file
10
Assets/Audio/BGM/BooMenu.bgm
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Normal": {
|
||||
"source": "BooMenu.mp3",
|
||||
"loop": 4.797
|
||||
},
|
||||
"Hurry": {
|
||||
"source": "BooMenu.mp3",
|
||||
"loop": 4.797
|
||||
}
|
||||
}
|
7
Assets/Audio/BGM/BooMenu.json
Normal file
7
Assets/Audio/BGM/BooMenu.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variations": {
|
||||
"default": {
|
||||
"source": "BooMenu.bgm"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user