mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-14 22:05:34 +01:00
[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:
parent
dacf71151a
commit
b6f64aacd2
@ -34,6 +34,7 @@ SPDX-License-Identifier: CC-BY-NC-SA-4.0
|
|||||||
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
|
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
|
||||||
- Andr06 (Custom Forest, Slum, Sea, and Fairy Cave biome music)
|
- Andr06 (Custom Forest, Slum, Sea, and Fairy Cave biome music)
|
||||||
- Leavannite (Custom Wasteland biome music)
|
- Leavannite (Custom Wasteland biome music)
|
||||||
|
- “Big” bird_obsession (Custom Snowy Forest biome music)
|
||||||
- _tresnoir
|
- _tresnoir
|
||||||
- unveiler
|
- unveiler
|
||||||
|
|
||||||
|
|||||||
2
assets
2
assets
@ -1 +1 @@
|
|||||||
Subproject commit 90a227d51fcf44c044198afc2753b71fb3da39cd
|
Subproject commit 4c155684692c918e510356d311639a9130cde98a
|
||||||
@ -987,7 +987,7 @@ export class Arena {
|
|||||||
case BiomeId.SLUM:
|
case BiomeId.SLUM:
|
||||||
return 0.0;
|
return 0.0;
|
||||||
case BiomeId.SNOWY_FOREST:
|
case BiomeId.SNOWY_FOREST:
|
||||||
return 3.047;
|
return 3.814;
|
||||||
case BiomeId.END:
|
case BiomeId.END:
|
||||||
return 17.153;
|
return 17.153;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user