mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-15 13:31:40 +00:00
Hotfix Forest BGM loop point
It sounds less jarring now, loops a couple seconds earlier.
This commit is contained in:
parent
6733d81d11
commit
5992564842
@ -707,7 +707,7 @@ export class Arena {
|
|||||||
case Biome.METROPOLIS:
|
case Biome.METROPOLIS:
|
||||||
return 141.470;
|
return 141.470;
|
||||||
case Biome.FOREST:
|
case Biome.FOREST:
|
||||||
return 2.590;
|
return 0.341;
|
||||||
case Biome.SEA:
|
case Biome.SEA:
|
||||||
return 0.024;
|
return 0.024;
|
||||||
case Biome.SWAMP:
|
case Biome.SWAMP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user