mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
Update template to latest RobustToolbox version.
This commit is contained in:
parent
1ecb99aab6
commit
338a7455ac
3 changed files with 8 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 986ec3ef062bd6977cedf357c77d049e4e18a017
|
Subproject commit 4ba56542531c4d810556455d2891a3ed82a53f86
|
||||||
|
|
@ -38,6 +38,8 @@ namespace Template.Game
|
||||||
TemplateIoC.Register();
|
TemplateIoC.Register();
|
||||||
|
|
||||||
IoCManager.BuildGraph();
|
IoCManager.BuildGraph();
|
||||||
|
|
||||||
|
factory.GenerateNetIds();
|
||||||
|
|
||||||
// DEVNOTE: This is generally where you'll be setting up the IoCManager further, like the tile manager.
|
// DEVNOTE: This is generally where you'll be setting up the IoCManager further, like the tile manager.
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,11 @@ namespace Template.Game
|
||||||
// Name of the configuration file in the user's data directory.
|
// Name of the configuration file in the user's data directory.
|
||||||
ConfigFileName = "config.toml",
|
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!
|
// There are a few more options, be sure to check them all!
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue