mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 18:52:19 +02:00
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;
|
return 0.000;
|
||||||
case Biome.SNOWY_FOREST:
|
case Biome.SNOWY_FOREST:
|
||||||
return 3.047;
|
return 3.047;
|
||||||
|
case Biome.END:
|
||||||
|
return 17.153;
|
||||||
default:
|
default:
|
||||||
console.warn(`missing bgm loop-point for biome "${Biome[this.biomeType]}" (=${this.biomeType})`);
|
console.warn(`missing bgm loop-point for biome "${Biome[this.biomeType]}" (=${this.biomeType})`);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user