mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
Fixed Title BGM Looping
This is a simple bugfix that allows the Title Screen music to loop. It also works with Resource Packs. For the purposes of faithfulness, this fix is only needed for the Lost Levels title music to match the All-Stars counterpart.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "TitleSMB.mp3"},
|
||||
"SMBLL": {"source": "TitleSMBLL.mp3"},
|
||||
"SMBLL": {"source": "TitleSMBLL.bgm"},
|
||||
"SMBS": {"source": "TitleSMBS.mp3"},
|
||||
"SMBANN": {"source": "TitleANN.mp3"}
|
||||
}
|
||||
|
4
Assets/Audio/BGM/TitleSMBLL.bgm
Normal file
4
Assets/Audio/BGM/TitleSMBLL.bgm
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Normal": {"source": "TitleSMBLL.mp3", "loop": 11.735},
|
||||
"Hurry": {"source": "TitleSMBLL.mp3", "loop": 11.735}
|
||||
}
|
Reference in New Issue
Block a user