Merge branch 'title-music-credit' into 'master'

Display the music credits for titlescreen

See merge request KartKrew/Kart!1725
This commit is contained in:
Sal 2023-12-24 23:50:55 +00:00
commit aae35b92ff

View file

@ -129,6 +129,7 @@ void Music_Init(void)
tune.song = "_title";
tune.priority = 100;
tune.resist = true;
tune.credit = true;
}
{