Use a calmer track for intermissions.

This commit is contained in:
Marisa the Magician 2023-12-02 13:06:57 +01:00
parent cec12e9044
commit 19eb21b86b
4 changed files with 5 additions and 4 deletions

View File

@ -2,5 +2,5 @@ Title music:
DeGenerator - Stompah
[https://teque.planet-d.net/]
Intermission music:
DeGenerator - Skin Dead Tone
Teque - Semantique Part 1
[https://teque.planet-d.net/]

View File

@ -1,3 +1,3 @@
[default]
SAYA_MODVER="\cgRED-EYED RAMPAGE\c- \cw0.1a r132 \cu(Tue 28 Nov 12:42:05 CET 2023)\c-";
SAYA_SHORTVER="\cw0.1a r132 \cu(2023-11-28 12:42:05)\c-";
SAYA_MODVER="\cgRED-EYED RAMPAGE\c- \cw0.1a r133 \cu(Sat 2 Dec 13:06:57 CET 2023)\c-";
SAYA_SHORTVER="\cw0.1a r133 \cu(2023-12-02 13:06:57)\c-";

Binary file not shown.

View File

@ -4,7 +4,8 @@ Class SayaCreditsMenu : SWWMCreditsMenu
{
override void ChildInit( Menu parent )
{
cmusic.Push(new("SWWMCreditsEntry").Init("DeGenerator","Stompah\nSkin Dead Tone"));
cmusic.Push(new("SWWMCreditsEntry").Init("DeGenerator","Stompah"));
cmusic.Push(new("SWWMCreditsEntry").Init("Teque","Semantique Part 1"));
}
override String, int GetCreditsMus()
{