Add custom credits theme. The dragon deserves this. ❤️🐉
This commit is contained in:
parent
5a5e3175eb
commit
64d0c2c1e5
4 changed files with 6 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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-";
|
||||
|
|
|
|||
BIN
music/swwmgz_c.it
Normal file
BIN
music/swwmgz_c.it
Normal file
Binary file not shown.
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue