Actually, let's add one more.

This commit is contained in:
Mari the Deer 2022-02-13 14:13:02 +01:00
commit 4ca8bc620a
4 changed files with 8 additions and 3 deletions

View file

@ -254,6 +254,10 @@ HardwareShader Texture "graphics/Fanart/Monsoon3.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/Fanart/Monsoon4.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/Fanart/RedeadITA.png"
{
Shader "shaders/glsl/Oversample.fp"

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View file

@ -1100,7 +1100,7 @@ SWWM_INTERTIP149 = "Always take breaks during long play sessions. You'll play be
SWWM_INTERTIP150 = "This is the 150th tip. I can't believe I've written so many of them.";
// intermission fanart
SWWM_FANART = "Art: ";
SWWM_NFANART = "24";
SWWM_NFANART = "25";
SWWM_FANART1 = "S20TBL.jpg;Substance20 (@S20_TBL)";
SWWM_FANART2 = "CaptainJ.png;Captain J (@Jho7835)";
SWWM_FANART3 = "RedeadITA.png;Redead-ITA";
@ -1125,6 +1125,7 @@ SWWM_FANART21 = "Marisa14.jpg";
SWWM_FANART22 = "Monsoon.jpg;Monsoon-Soft (@MonsoonSoft)";
SWWM_FANART23 = "Monsoon2.jpg;Monsoon-Soft (@MonsoonSoft)";
SWWM_FANART24 = "Monsoon3.png;Monsoon-Soft (@MonsoonSoft)";
SWWM_FANART25 = "Monsoon4.png;Monsoon-Soft (@MonsoonSoft)";
// achievements
SWWM_ACHIEVEMENT_ACID_TAG = "Fizzy Goodness";
SWWM_ACHIEVEMENT_ACID_TXT = "Melt %d enemies with Telebrium Flechettes";

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r150 \cu(Sun 13 Feb 14:01:16 CET 2022)\c-";
SWWM_SHORTVER="\cw1.2pre r150 \cu(2022-02-13 14:01:16)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r151 \cu(Sun 13 Feb 14:13:02 CET 2022)\c-";
SWWM_SHORTVER="\cw1.2pre r151 \cu(2022-02-13 14:13:02)\c-";