[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:
Madmadness65 2025-02-08 09:16:25 -06:00 committed by GitHub
parent a46d59b031
commit 280c552d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

Binary file not shown.

@ -1 +1 @@
Subproject commit 2d3765a4f035b4916523bf75b754e153e9d65134
Subproject commit b5181027b113a52db858e77d6579dc7d774a6e9c

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;