Picked an intermission music.

This commit is contained in:
Mari the Deer 2020-01-05 18:42:19 +01:00
commit 9431310b0f
4 changed files with 13 additions and 2 deletions

BIN
music/DRAGONY.XM Normal file

Binary file not shown.

View file

@ -1 +1 @@
I picked this track for the TITLEMAP. I picked these tracks for the TITLEMAP and intermission.

View file

@ -1,4 +1,10 @@
GameInfo GameInfo
{ {
AddEventHandlers = "SWWMCrashHandler", "SWWMBrutalHandler" AddEventHandlers = "SWWMCrashHandler", "SWWMBrutalHandler", "SWWMHandler"
IntermissionMusic = "music/DRAGONY.XM"
}
Map TITLEMAP "SWWM GZ - Title Map"
{
Music = "music/TRAUMATI.XM"
} }

View file

@ -1 +1,6 @@
// common code goes here // common code goes here
// Handler responsible for item replacements and whatever else
Class SWWMHandler : EventHandler
{
}