We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747db55 commit d2baba7Copy full SHA for d2baba7
ChaosMod/Components/SplashTexts.cpp
@@ -16,7 +16,7 @@ SplashTexts::SplashTexts()
16
// if (ms_InitalSplashShown)
17
// return;
18
19
- ShowSplash("Chaos Mod v" MOD_VERSION "\n\nSee credits.txt for a list of contributors", { .2f, .3f }, .65f,
+ ShowSplash("THE ULTIMATE CHAOS v" MOD_VERSION "\n\nSee credits.txt for a list of contributors", { .2f, .3f }, .65f,
20
{ 60, 245, 190 });
21
#ifdef CHAOSDEBUG
22
ShowSplash("DEBUG BUILD!", { .2f, .5f }, .7f, { 255, 0, 0 });
0 commit comments