Added Loop Points to Custom Levels Menu

I'm gonna be honest, I forgot about this one.
This updates the ResourceSetter for this menu's BGM from the old one to the new one so it can use the JSON and BGM formats.
This commit is contained in:
KirbyKidJ
2025-09-19 15:55:09 -07:00
parent 6c11b95570
commit 27dfa8fdb1
3 changed files with 29 additions and 19 deletions

View File

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

View File

@@ -0,0 +1,5 @@
{
"variations": {
"SMB1": {"source": "CustomLevel.bgm"}
}
}