mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-17 22:38:38 +01:00
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:
parent
14be92c013
commit
6a07a89480
@ -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,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"
|
"\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"
|
||||||
#endif
|
#endif
|
||||||
#ifdef X86_SSE
|
#ifdef X86_SSE
|
||||||
"X86_SSE "
|
" X86_SSE"
|
||||||
#endif
|
#endif
|
||||||
#ifdef X86_SSE2
|
#ifdef X86_SSE2
|
||||||
"X86_SSE2 "
|
" X86_SSE2"
|
||||||
#endif
|
#endif
|
||||||
#ifdef X86_SSE3
|
#ifdef X86_SSE3
|
||||||
"X86_SSE3 "
|
" X86_SSE3"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LUACONSOLE
|
#ifdef LUACONSOLE
|
||||||
"LUACONSOLE "
|
" LUACONSOLE"
|
||||||
#endif
|
#endif
|
||||||
#ifdef GRAVFFT
|
#ifdef GRAVFFT
|
||||||
"GRAVFFT "
|
" GRAVFFT"
|
||||||
#endif
|
#endif
|
||||||
#ifdef REALISTIC
|
#ifdef REALISTIC
|
||||||
"REALISTIC"
|
" REALISTIC"
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user