Picked an intermission music.
This commit is contained in:
parent
cc7fc57501
commit
9431310b0f
4 changed files with 13 additions and 2 deletions
BIN
music/DRAGONY.XM
Normal file
BIN
music/DRAGONY.XM
Normal file
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
I picked this track for the TITLEMAP.
|
||||
I picked these tracks for the TITLEMAP and intermission.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
GameInfo
|
||||
{
|
||||
AddEventHandlers = "SWWMCrashHandler", "SWWMBrutalHandler"
|
||||
AddEventHandlers = "SWWMCrashHandler", "SWWMBrutalHandler", "SWWMHandler"
|
||||
IntermissionMusic = "music/DRAGONY.XM"
|
||||
}
|
||||
|
||||
Map TITLEMAP "SWWM GZ - Title Map"
|
||||
{
|
||||
Music = "music/TRAUMATI.XM"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,6 @@
|
|||
// common code goes here
|
||||
|
||||
// Handler responsible for item replacements and whatever else
|
||||
Class SWWMHandler : EventHandler
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue