From 05cb8ad033f9a2d2fd199bec09b2d9b21df5f27d Mon Sep 17 00:00:00 2001 From: Vasilis Date: Tue, 13 Aug 2024 22:55:02 +0200 Subject: [PATCH] Fix minor skill issue (#4) --- Template.Game/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Template.Game/Program.cs b/Template.Game/Program.cs index 6411dc1..858acc1 100644 --- a/Template.Game/Program.cs +++ b/Template.Game/Program.cs @@ -28,12 +28,12 @@ internal static class Program // Name of the configuration file in the user's data directory. ConfigFileName = "config.toml", - //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"), // There are a few more options, be sure to check them all! }); } -} \ No newline at end of file +}