-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
faster lobby art init during world start (#4205)
the lobby art subsystem may as well start a little faster so people don't see through the illusion during atom init :cl: add: you always see lobby art while the world is setting up /:cl:
- Loading branch information
Showing
4 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ckey: name: /path/to/obj | ||
ckey: name: /path/to/obj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# This configuration file is for the forum database, if you need to set up | ||
# population, death, etc. tracking see 'dbconfig.txt' | ||
# The login credentials for this will likely differ from those in dbconfig.txt! | ||
# Server the MySQL database can be found at | ||
# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc. | ||
ADDRESS localhost | ||
# MySQL server port (default is 3306) | ||
PORT 3306 | ||
# Database the forum data may be found in | ||
DATABASE tgstation13 | ||
# Username/Login used to access the database | ||
LOGIN mylogin | ||
# Password used to access the database | ||
# This configuration file is for the forum database, if you need to set up | ||
# population, death, etc. tracking see 'dbconfig.txt' | ||
# The login credentials for this will likely differ from those in dbconfig.txt! | ||
|
||
# Server the MySQL database can be found at | ||
# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc. | ||
ADDRESS localhost | ||
|
||
# MySQL server port (default is 3306) | ||
PORT 3306 | ||
|
||
# Database the forum data may be found in | ||
DATABASE tgstation13 | ||
|
||
# Username/Login used to access the database | ||
LOGIN mylogin | ||
|
||
# Password used to access the database | ||
PASSWORD mypassword |