Files
Super-Mario-Bros.-Remastere…/Assets/Audio/BGM/CustomLevel.bgm
KirbyKidJ 27dfa8fdb1 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.
2025-09-19 15:55:09 -07:00

11 lines
126 B
Plaintext

{
"Normal": {
"source": "CustomLevel.mp3",
"loop": 4.8
},
"Hurry": {
"source": "CustomLevel.mp3",
"loop": 4.8
}
}