mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Fixed ChallengeEnd and ChallengeResults (#583)
This commit is contained in:
5
Assets/Audio/BGM/ChallengeEnd.json
Normal file
5
Assets/Audio/BGM/ChallengeEnd.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variations": {
|
||||
"default": { "source": "ChallengeEnd.mp3" }
|
||||
}
|
||||
}
|
10
Assets/Audio/BGM/ChallengeResults.bgm
Normal file
10
Assets/Audio/BGM/ChallengeResults.bgm
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Normal": {
|
||||
"source": "ChallengeResults.mp3",
|
||||
"loop": 0.0
|
||||
},
|
||||
"Hurry": {
|
||||
"source": "ChallengeResults.mp3",
|
||||
"loop": 0.0
|
||||
}
|
||||
}
|
5
Assets/Audio/BGM/ChallengeResults.json
Normal file
5
Assets/Audio/BGM/ChallengeResults.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variations": {
|
||||
"default": { "source": "ChallengeResults.bgm" }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user