Fixed ChallengeEnd and ChallengeResults (#583)

This commit is contained in:
guzlad
2025-10-13 21:04:28 +02:00
committed by GitHub
parent a9b4cbe674
commit 4ce4d2bddf
5 changed files with 46 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
{
"variations": {
"default": { "source": "ChallengeEnd.mp3" }
}
}

View File

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

View File

@@ -0,0 +1,5 @@
{
"variations": {
"default": { "source": "ChallengeResults.bgm" }
}
}