mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
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:
10
Assets/Audio/BGM/CustomLevel.bgm
Normal file
10
Assets/Audio/BGM/CustomLevel.bgm
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Normal": {
|
||||
"source": "CustomLevel.mp3",
|
||||
"loop": 4.8
|
||||
},
|
||||
"Hurry": {
|
||||
"source": "CustomLevel.mp3",
|
||||
"loop": 4.8
|
||||
}
|
||||
}
|
5
Assets/Audio/BGM/CustomLevel.json
Normal file
5
Assets/Audio/BGM/CustomLevel.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "CustomLevel.bgm"}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user