mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
Fix minor skill issue (#4)
This commit is contained in:
parent
00bd47d493
commit
05cb8ad033
1 changed files with 3 additions and 3 deletions
|
|
@ -28,10 +28,10 @@ internal static class Program
|
||||||
// Name of the configuration file in the user's data directory.
|
// Name of the configuration file in the user's data directory.
|
||||||
ConfigFileName = "config.toml",
|
ConfigFileName = "config.toml",
|
||||||
|
|
||||||
//SplashLogo = new ResourcePath("/path/to/splash/logo.png"),
|
//SplashLogo = new ResPath("/path/to/splash/logo.png"),
|
||||||
|
|
||||||
// Check "RobustToolbox/Resources/Textures/Logo/icon" for an example window icon set.
|
// Check "RobustToolbox/Resources/Textures/Logo/icon" for an example window icon set.
|
||||||
//WindowIconSet = new ResourcePath("/path/to/folder/with/window/icon/set"),
|
//WindowIconSet = new ResPath("/path/to/folder/with/window/icon/set"),
|
||||||
|
|
||||||
// There are a few more options, be sure to check them all!
|
// There are a few more options, be sure to check them all!
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue