mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Also update code
This commit is contained in:
parent
54ded21ed1
commit
514aed0228
1 changed files with 2 additions and 2 deletions
|
|
@ -17,9 +17,9 @@ internal static class Program
|
||||||
{
|
{
|
||||||
// DEVNOTE: Your options here.
|
// DEVNOTE: Your options here.
|
||||||
Sandboxing = false,
|
Sandboxing = false,
|
||||||
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"),
|
||||||
DefaultWindowTitle = "Robust Template"
|
DefaultWindowTitle = "Robust Template"
|
||||||
});*/
|
});*/
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue