ANSI art by garuma
Converted from ANSI by me
This commit is contained in:
parent
c42e0b45f2
commit
b25671f224
1 changed files with 24 additions and 8 deletions
|
@ -25,16 +25,32 @@ from django.conf import settings
|
|||
from evennia import utils
|
||||
|
||||
CONNECTION_SCREEN = """
|
||||
|b==============================================================|n
|
||||
Welcome to |g{}|n, version {}!
|
||||
|
||||
If you have an existing account, connect to it by typing:
|
||||
|wconnect <username> <password>|n
|
||||
If you need to create an account, type (without the <>'s):
|
||||
|wcreate <username> <password>|n
|
||||
|n |wansi (c) garu|n |n
|
||||
|n |wWelcome to..|n |n
|
||||
|n |n
|
||||
|n |c████ ███|n |c█|n |n
|
||||
|n |m▀█▀ ▀█▀ ▄█████▄ ▀██▀ █ ▀█████████▀ █████ |C▓▓▓|m████|C▓▓▓|m███|C▓▓▓▓▓|m█|n |n
|
||||
|n |m█ █ █░░░░░█ █░█ █ ░░░░█░░░░ █░░░░░█ ▓▓▓|n|w████|M▓▓▓|n|w███|M▓▓▓▓▓|n|w█|n |n
|
||||
|n |w|[m░|n |w|[m░|n |w|[m░|n |w|[m░|n |w|[m░|n |w|[m░|n |w|[m░|n |w|[m░|n |w|[m░|n |w|[m░|n |w▓▓▓|m████|n|w▓▓▓|m███|n|w▓▓▓▓▓|M█|n |n
|
||||
|n |M░|m|[w▒|n |m|[w▒|n░ |M|[w░░░░░░░|n |m|[w▒|n |M░|[w▒|n |m|[w▒|n |m|[w▒|n |m|[w▒▒▒▒▒▒▒|n |m▓▓▓|C████|M▓▓▓|C███|M▓▓▓▓▓|C█|n |n
|
||||
|n |M░|w█ █|M░ |w█|M░░░░░|w█ █ |M░|w█ █|n |w█|n |w█|M░░░░░|w█ |C▓▓▓ ▓▓▓ ▓▓▓▓▓|n |n
|
||||
|n |x|[W░|n|w█|x|[W░|n |w█|n |w█ █ ██|n |w█|n |w█|n |w█|n |n
|
||||
|n |x|[W░|n |x|[W░|n |x|[W░|n |x|[W░|n |x|[W░░|n |x|[W░|n |x|[W░|n |x|[W░|n |n
|
||||
|n |m▀█▀ ▀█▀ █████ █████▓▓▒▒▒▒░░░░░|n |n
|
||||
|n |wBROUGHT TO YOU BY|n |m██ ██ █|n|m░░░░░█ █░░░░░█▓▒▒▒░░░░|n |n
|
||||
|n |mVANTABLACK|n |m█░█ █░█ █|n |m█ █|n |m█▓▒▒░░░|n |n
|
||||
|n |m|[w▒|n |M░|w|[m▒▒|n|M░|n |m|[w▒|n |m|[w▒|n |m|[w▒|n |m|[w▒|n |m|[w▒|n|m▒▒░░░|n |n
|
||||
|n |w█ |M░░ |w█ █|n |w█ █|n |w█|n |n
|
||||
|n |w█|n |w█ |x|[W░|w█████|x|[W░|n |x|[W░|w█████|x|[W░|n |n
|
||||
|n |x|[W░|n |x|[W░|n |x|[W░░░░░█|n |x|[W░░░░░█|n |n
|
||||
|n|x |rNew users: |ncreate <user> <password>|n |n
|
||||
|n |n
|
||||
|n|w |GExisting users: |nconnect <user> <password>|n |n
|
||||
|n |n
|
||||
|n |n
|
||||
|
||||
If you have spaces in your username, enclose it in quotes.
|
||||
Enter |whelp|n for more info. |wlook|n will re-show this screen.
|
||||
|b==============================================================|n""".format(
|
||||
""".format(
|
||||
settings.SERVERNAME, utils.get_evennia_version("short")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue