diff --git a/.run/Client and Server.run.xml b/.run/Client and Server.run.xml new file mode 100644 index 0000000..f378434 --- /dev/null +++ b/.run/Client and Server.run.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Content.Client/Program.cs b/Content.Client/Program.cs index 3f9dbde..3f1e5c0 100644 --- a/Content.Client/Program.cs +++ b/Content.Client/Program.cs @@ -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" });*/ } diff --git a/RobustToolbox b/RobustToolbox index ef0bc1a..17ad80a 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit ef0bc1a2e4878eedc24dd6fedc0631be56aca072 +Subproject commit 17ad80a7ef9d3470bd903e2bc1c77bd4d7387aa1