diff --git a/credits.txt b/credits.txt index a9fc2f5fc..632cefa43 100644 --- a/credits.txt +++ b/credits.txt @@ -20,9 +20,10 @@ Most of the work here is original, but there are some notable exceptions: - This mod uses Mikolah's ZPolyobject library. Many thanks. - Title theme, "Traumatic State", by Teque (which a lot of people just know as "the AS-Golgotha music"). - Intermission theme, "Dragony", also by Teque (very comfy music considering the rest of his repertoire). - - Startup/credits theme, "Hidden Tune #242", also by Teque too (super comfy music, ideal for this use). + - Startup theme, "Hidden Tune #242", also by Teque too (super comfy music, ideal for this use). - Kinsie's Test Map theme, "Hypercardish 1.1", ALSO TOO by Teque (seems nice for such an use I guess). - Clear theme, "Solitary Apprehension", by BouncyTEM (made specifically for the mod). + - Credits theme by KynikossDragonn (also made specifically for the mod). - The crash handler uses a short clip of the Curb Your Enthusiasm theme. - Tewi font by lucy (https://github.com/lucy/tewi-font). Modified to add gradients and drop shadow. - Miniwi font by Josuah Demangeon (http://josuah.net). Modified to add gradients and drop shadow. diff --git a/language.version b/language.version index 93ba6d94d..41f908283 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1247 \cu(Sat Feb 28 10:00:20 CET 2026)\c-"; -SWWM_SHORTVER="\cw1.3pre r1247 \cu(2026-02-28 10:00:20)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1248 \cu(Wed Mar 18 15:05:32 CET 2026)\c-"; +SWWM_SHORTVER="\cw1.3pre r1248 \cu(2026-03-18 15:05:32)\c-"; diff --git a/music/swwmgz_c.it b/music/swwmgz_c.it new file mode 100644 index 000000000..3d6d5bf6b Binary files /dev/null and b/music/swwmgz_c.it differ diff --git a/zscript/menu/swwm_credits.zsc b/zscript/menu/swwm_credits.zsc index d2f37eadc..748a6b1b8 100644 --- a/zscript/menu/swwm_credits.zsc +++ b/zscript/menu/swwm_credits.zsc @@ -158,6 +158,7 @@ Class SWWMCreditsMenu : GenericMenu cassets.Push(new('SWWMCreditsEntry').Init("Nash","WidePix")); cmusic.Push(new('SWWMCreditsEntry').Init("Teque","Traumatic State\nDragony\nHidden Tune #242\nHypercardish 1.1")); cmusic.Push(new('SWWMCreditsEntry').Init("BouncyTEM","Solitary Apprehension")); + cmusic.Push(new('SWWMCreditsEntry').Init("KynikossDragonn","Credits Theme")); cvoice.Push(new('SWWMCreditsEntry').Init("Vyolette","$T_DEMOLITIONIST")); clocal.Push(new('SWWMCreditsEntry').Init("Marisa the Magician","$SWWM_LOCES")); cpatrons.Push(new('SWWMCreditsEntry').Init("Bean")); @@ -224,7 +225,7 @@ Class SWWMCreditsMenu : GenericMenu oldmus = musplaying.name; oldorder = musplaying.baseorder; oldloop = musplaying.loop; - S_ChangeMusic("music/H2I4D2E.XM"); + S_ChangeMusic("music/swwmgz_c.it"); } double DrawLogo( double x, double y ) {