mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
Update template to latest RobustToolbox version.
This commit is contained in:
parent
1ecb99aab6
commit
338a7455ac
3 changed files with 8 additions and 1 deletions
|
|
@ -31,6 +31,11 @@ namespace Template.Game
|
|||
// Name of the configuration file in the user's data directory.
|
||||
ConfigFileName = "config.toml",
|
||||
|
||||
//SplashLogo = new ResourcePath("/path/to/splash/logo.png"),
|
||||
|
||||
// Check "RobustToolbox/Resources/Textures/Logo/icon" for an example window icon set.
|
||||
//WindowIconSet = new ResourcePath("/path/to/folder/with/window/icon/set"),
|
||||
|
||||
// There are a few more options, be sure to check them all!
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue