Replace Graveyard BGM with Firel's custom BGM

This commit is contained in:
Madmadness65 2024-10-30 19:20:45 -05:00
parent 5b9dfe17ad
commit 526499102d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -794,7 +794,7 @@ export class Arena {
case Biome.VOLCANO: case Biome.VOLCANO:
return 17.637; return 17.637;
case Biome.GRAVEYARD: case Biome.GRAVEYARD:
return 3.232; return 13.711;
case Biome.DOJO: case Biome.DOJO:
return 6.205; return 6.205;
case Biome.FACTORY: case Biome.FACTORY: