[Audio] Add new Desert and Fairy Cave biome music (#6257)

This commit is contained in:
Madmadness65 2025-08-11 17:09:52 -05:00 committed by GitHub
parent 6c0253ada4
commit cb3ae4ab87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -895,7 +895,7 @@ export class Arena {
case BiomeId.CAVE:
return 14.24;
case BiomeId.DESERT:
return 1.143;
return 9.02;
case BiomeId.ICE_CAVE:
return 0.0;
case BiomeId.MEADOW:
@ -923,7 +923,7 @@ export class Arena {
case BiomeId.JUNGLE:
return 0.0;
case BiomeId.FAIRY_CAVE:
return 4.542;
return 0.0;
case BiomeId.TEMPLE:
return 2.547;
case BiomeId.ISLAND: