Also update code

This commit is contained in:
Vasilis The Pikachu 2024-08-13 17:18:56 +02:00
parent 54ded21ed1
commit 514aed0228
No known key found for this signature in database
GPG key ID: 4075F321CD36DA85

View file

@ -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"
});*/ });*/
} }