Update submodule and Compound config (#9)

* Update submodule and Compound config

* Also update code
This commit is contained in:
Vasilis 2024-08-15 14:29:47 +02:00 committed by GitHub
parent 97640c17e2
commit 103c64bcee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -17,9 +17,9 @@ internal static class Program
{
// DEVNOTE: Your options here.
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.
WindowIconSet = new ResourcePath("/path/to/folder/with/window/icon/set"),
WindowIconSet = new ResPath("/path/to/folder/with/window/icon/set"),
DefaultWindowTitle = "Robust Template"
});*/
}