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

@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Client and Server" type="CompoundRunConfigurationType">
<toRun name="Content.Client" type="DotNetProject" />
<toRun name="Content.Server" type="DotNetProject" />
<method v="2" />
</configuration>
</component>

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

@ -1 +1 @@
Subproject commit ef0bc1a2e4878eedc24dd6fedc0631be56aca072 Subproject commit 17ad80a7ef9d3470bd903e2bc1c77bd4d7387aa1