Update engine

This commit is contained in:
ElectroJr 2023-04-28 03:39:42 -04:00
parent 153bbda6ae
commit e336f35aa2
3 changed files with 16 additions and 4 deletions

View file

@ -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",