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:
KirbyKidJ
2025-09-18 20:17:40 -07:00
parent 47100925c5
commit 7237d56289
4 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"Normal": {
"source": "BooMenu.mp3",
"loop": 4.797
},
"Hurry": {
"source": "BooMenu.mp3",
"loop": 4.797
}
}

View File

@@ -0,0 +1,7 @@
{
"variations": {
"default": {
"source": "BooMenu.bgm"
}
}
}