mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'title-music-credit' into 'master'
Display the music credits for titlescreen See merge request KartKrew/Kart!1725
This commit is contained in:
commit
aae35b92ff
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ void Music_Init(void)
|
||||||
tune.song = "_title";
|
tune.song = "_title";
|
||||||
tune.priority = 100;
|
tune.priority = 100;
|
||||||
tune.resist = true;
|
tune.resist = true;
|
||||||
|
tune.credit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue