Update template to latest RobustToolbox version.

This commit is contained in:
Vera Aguilera Puerto 2021-08-31 23:05:41 +02:00
parent 1ecb99aab6
commit 338a7455ac
3 changed files with 8 additions and 1 deletions

View file

@ -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!
});
}