[Audio] Add new Snowy Forest Track, update loop point (#6631)

* [Audio] Update loop point for Snowy Forest's BGM

This biome received a new custom track, and the credits have been updated accordingly as well.

* Update assets submodule

---------

Co-authored-by: damocleas <damocleas25@gmail.com>
This commit is contained in:
Madmadness65 2025-10-08 11:42:57 -05:00 committed by GitHub
parent dacf71151a
commit b6f64aacd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ SPDX-License-Identifier: CC-BY-NC-SA-4.0
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
- Andr06 (Custom Forest, Slum, Sea, and Fairy Cave biome music)
- Leavannite (Custom Wasteland biome music)
- “Big” bird_obsession (Custom Snowy Forest biome music)
- _tresnoir
- unveiler

2
assets

@ -1 +1 @@
Subproject commit 90a227d51fcf44c044198afc2753b71fb3da39cd
Subproject commit 4c155684692c918e510356d311639a9130cde98a

View File

@ -987,7 +987,7 @@ export class Arena {
case BiomeId.SLUM:
return 0.0;
case BiomeId.SNOWY_FOREST:
return 3.047;
return 3.814;
case BiomeId.END:
return 17.153;
default: