mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 08:14:49 -05:00
Update submodule and Compound config (#9)
* Update submodule and Compound config * Also update code
This commit is contained in:
parent
97640c17e2
commit
103c64bcee
3 changed files with 10 additions and 3 deletions
7
.run/Client and Server.run.xml
Normal file
7
.run/Client and Server.run.xml
Normal 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>
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue