mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-25 16:06:09 +00:00
Invinc, Grow: fade with in-level music volume
Fade S-Monitor music with voice clip
This commit is contained in:
parent
a7979e973e
commit
d35edcac9c
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ void Music_Init(void)
|
|||
tune.song = "kgrow";
|
||||
tune.priority = 20;
|
||||
tune.resume_fade_in = 200;
|
||||
tune.use_level_volume = true;
|
||||
}
|
||||
|
||||
{
|
||||
|
|
@ -78,6 +79,7 @@ void Music_Init(void)
|
|||
|
||||
tune.song = "kinvnc";
|
||||
tune.priority = 21;
|
||||
tune.use_level_volume = true;
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue