diff --git a/music/DRAGONY.XM b/music/DRAGONY.XM new file mode 100644 index 000000000..56776f491 Binary files /dev/null and b/music/DRAGONY.XM differ diff --git a/music/README.md b/music/README.md index 840e46360..6101812b8 100644 --- a/music/README.md +++ b/music/README.md @@ -1 +1 @@ -I picked this track for the TITLEMAP. +I picked these tracks for the TITLEMAP and intermission. diff --git a/zmapinfo.txt b/zmapinfo.txt index 8cade63a1..ec3d984ea 100644 --- a/zmapinfo.txt +++ b/zmapinfo.txt @@ -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" } diff --git a/zscript/swwm_common.zsc b/zscript/swwm_common.zsc index e9d4a8181..6e53b9ed7 100644 --- a/zscript/swwm_common.zsc +++ b/zscript/swwm_common.zsc @@ -1 +1,6 @@ // common code goes here + +// Handler responsible for item replacements and whatever else +Class SWWMHandler : EventHandler +{ +}