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
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -2,7 +2,7 @@
#include "Config.h"
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"
"\n"
"\bgControl+C/V/X are Copy, Paste and cut respectively.\n"
@ -31,31 +31,31 @@ 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"
#endif
"\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
"SNAPSHOT " MTOS(SNAPSHOT_ID) " "
" SNAPSHOT " MTOS(SNAPSHOT_ID)
#elif MOD_ID > 0
"MODVER " MTOS(SNAPSHOT_ID) " "
" MODVER " MTOS(SNAPSHOT_ID)
#endif
#ifdef X86
"X86 "
" X86"
#endif
#ifdef X86_SSE
"X86_SSE "
" X86_SSE"
#endif
#ifdef X86_SSE2
"X86_SSE2 "
" X86_SSE2"
#endif
#ifdef X86_SSE3
"X86_SSE3 "
" X86_SSE3"
#endif
#ifdef LUACONSOLE
"LUACONSOLE "
" LUACONSOLE"
#endif
#ifdef GRAVFFT
"GRAVFFT "
" GRAVFFT"
#endif
#ifdef REALISTIC
"REALISTIC"
" REALISTIC"
#endif
;