Update template to latest RobustToolbox version.

This commit is contained in:
Vera Aguilera Puerto 2021-08-31 23:05:41 +02:00
parent 1ecb99aab6
commit 338a7455ac
3 changed files with 8 additions and 1 deletions

@ -1 +1 @@
Subproject commit 986ec3ef062bd6977cedf357c77d049e4e18a017
Subproject commit 4ba56542531c4d810556455d2891a3ed82a53f86

View file

@ -38,6 +38,8 @@ namespace Template.Game
TemplateIoC.Register();
IoCManager.BuildGraph();
factory.GenerateNetIds();
// DEVNOTE: This is generally where you'll be setting up the IoCManager further, like the tile manager.
}

View file

@ -31,6 +31,11 @@ namespace Template.Game
// Name of the configuration file in the user's data directory.
ConfigFileName = "config.toml",
//SplashLogo = new ResourcePath("/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"),
// There are a few more options, be sure to check them all!
});
}