Replace End biome BGM with custom BGM by Firel
This commit is contained in:
parent
e06a9df4cd
commit
fbe6254c7f
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue