Moving to Libera

Also add a space to REALISTIC so it's in line with the other indicators, and move spaces to the front so there's no trailing space. Not that anyone would ever see a trailing space.
This commit is contained in:
Tamás Bálint Misius
2021-05-20 09:32:45 +02:00
parent 14be92c013
commit 6a07a89480

View File

@@ -2,7 +2,7 @@
#include "Config.h" #include "Config.h"
const char *const introTextData = const char *const introTextData =
"\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - https://powdertoy.co.uk, irc.freenode.net #powder\n" "\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - https://powdertoy.co.uk, irc.libera.chat #powder\n"
"\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\n" "\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\n"
"\n" "\n"
"\bgControl+C/V/X are Copy, Paste and cut respectively.\n" "\bgControl+C/V/X are Copy, Paste and cut respectively.\n"
@@ -31,11 +31,11 @@ const char *const introTextData =
"\brThis is a BETA, you cannot save things publicly. If you are planning on publishing any saves, use the release version\n" "\brThis is a BETA, you cannot save things publicly. If you are planning on publishing any saves, use the release version\n"
#endif #endif
"\n" "\n"
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " " "\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM
#ifdef SNAPSHOT #ifdef SNAPSHOT
"SNAPSHOT " MTOS(SNAPSHOT_ID) " " " SNAPSHOT " MTOS(SNAPSHOT_ID)
#elif MOD_ID > 0 #elif MOD_ID > 0
"MODVER " MTOS(SNAPSHOT_ID) " " " MODVER " MTOS(SNAPSHOT_ID)
#endif #endif
#ifdef X86 #ifdef X86
" X86" " X86"