Update patron credits (+ include Ko-fi as well).
This commit is contained in:
parent
c72e8c2ea3
commit
76817fbe42
4 changed files with 6 additions and 5 deletions
|
|
@ -345,7 +345,7 @@ SWWM_CASSETS = "Additional Assets:";
|
|||
SWWM_ASSKEEN = "Less Mean-Spirited Keen Replacement";
|
||||
SWWM_CMUSIC = "Music Tracks Used:";
|
||||
SWWM_CVOICE = "Voices:";
|
||||
SWWM_CPATRON = "Patreon Backers:";
|
||||
SWWM_CPATRON = "Patreon & Ko-fi Backers:";
|
||||
SWWM_CTHANK = "Special Thanks:";
|
||||
SWWM_CMAB2 = "For your work in Lithium, one of the mods that have inspired me the most. I'm really really happy to have met you.";
|
||||
SWWM_CDRAGON2 = "For being a good pet dragon who cares about me. No matter what, our love will stay strong.";
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ SWWM_CASSETS = "Assets Adicionales:";
|
|||
SWWM_ASSKEEN = "Reemplazo Menos Vil de Keen";
|
||||
SWWM_CMUSIC = "Música Usada:";
|
||||
SWWM_CVOICE = "Voces:";
|
||||
SWWM_CPATRON = "Mecenas de Patreon:";
|
||||
SWWM_CPATRON = "Mecenas de Patreon y Ko-fi:";
|
||||
SWWM_CTHANK = "Agradecimientos Especiales:";
|
||||
SWWM_CMAB2 = "Por tu trabajo en Lithium, uno de los mods que más me han inspirado. Me alegro muchísimo de haberte conocido.";
|
||||
SWWM_CDRAGON2 = "Por ser un buen dragón mascota que se preocupa por mí. A pesar de todo, nuestro amor permanecerá fuerte.";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1142 \cu(Wed Aug 14 13:43:52 CEST 2024)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1142 \cu(2024-08-14 13:43:52)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1143 \cu(Sat Aug 24 15:03:05 CEST 2024)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1143 \cu(2024-08-24 15:03:05)\c-";
|
||||
|
|
|
|||
|
|
@ -160,11 +160,12 @@ Class SWWMCreditsMenu : GenericMenu
|
|||
cmusic.Push(new("SWWMCreditsEntry").Init("BouncyTEM","Solitary Apprehension"));
|
||||
cvoice.Push(new("SWWMCreditsEntry").Init("Vyolette","$T_DEMOLITIONIST"));
|
||||
clocal.Push(new("SWWMCreditsEntry").Init("Marisa the Magician","$SWWM_LOCES"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("Bean"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("Snacks"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("john"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("bouncytem"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("Bean"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("Pietro Gagliardi"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("Pope King Joe"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("NekoMithos"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("Antlason Widowz"));
|
||||
cpatrons.Push(new("SWWMCreditsEntry").Init("Brett Saltzer"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue