mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-31 23:20:11 +01:00
[Audio] Replace End biome BGM with custom BGM by Firel (#5271)
* Replace End biome BGM with custom BGM by Firel * Update locales submodule --------- Co-authored-by: damocleas <damocleas25@gmail.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
a46d59b031
commit
280c552d6d
Binary file not shown.
@ -1 +1 @@
|
|||||||
Subproject commit 2d3765a4f035b4916523bf75b754e153e9d65134
|
Subproject commit b5181027b113a52db858e77d6579dc7d774a6e9c
|
@ -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…
x
Reference in New Issue
Block a user