Replace End biome BGM with custom BGM by Firel

This commit is contained in:
Madmadness65 2025-02-07 17:44:26 -06:00
parent e06a9df4cd
commit fbe6254c7f
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -766,6 +766,8 @@ export class Arena {
return 0.000;
case Biome.SNOWY_FOREST:
return 3.047;
case Biome.END:
return 17.153;
default:
console.warn(`missing bgm loop-point for biome "${Biome[this.biomeType]}" (=${this.biomeType})`);
return 0;