Hotfix Forest BGM loop point

It sounds less jarring now, loops a couple seconds earlier.
This commit is contained in:
Madmadness65 2024-11-29 20:07:31 -06:00
parent 6733d81d11
commit 5992564842
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ export class Arena {
case Biome.METROPOLIS: case Biome.METROPOLIS:
return 141.470; return 141.470;
case Biome.FOREST: case Biome.FOREST:
return 2.590; return 0.341;
case Biome.SEA: case Biome.SEA:
return 0.024; return 0.024;
case Biome.SWAMP: case Biome.SWAMP: