Cleaned up default website css. Renamed app.css to website.css'
This commit is contained in:
parent
b1b26bf489
commit
07f994ce91
15 changed files with 257 additions and 997 deletions
|
|
@ -26,7 +26,7 @@ import sys
|
|||
SERVERNAME = "Evennia"
|
||||
# Short one-sentence blurb describing your game. Shown under the title
|
||||
# on the website and could be used in online listings of your game etc.
|
||||
GAME_SLOGAN = "Python MU* creation system"
|
||||
GAME_SLOGAN = "The Python MUD/MU* creation system"
|
||||
# Lockdown mode will cut off the game from any external connections
|
||||
# and only allow connections from localhost. Requires a cold reboot.
|
||||
LOCKDOWN_MODE = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue