mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-11 00:34:49 -05:00
Update engine
This commit is contained in:
parent
153bbda6ae
commit
e336f35aa2
3 changed files with 16 additions and 4 deletions
|
|
@ -22,9 +22,6 @@ internal static class Program
|
|||
// Default window name. This can also be changed on runtime with the IClyde service.
|
||||
DefaultWindowTitle = "RobustToolbox Template Game",
|
||||
|
||||
// This template is singleplayer-only, so we disable connecting to a server from program arguments.
|
||||
DisableCommandLineConnect = true,
|
||||
|
||||
// Name of the folder where the user's data (config, etc) will be stored.
|
||||
UserDataDirectoryName = "Template Game",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue