mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 12:05:23 +01:00
Add some more descriptions to title screen
This commit is contained in:
parent
e16e4884e9
commit
195a20b2cd
@ -6,15 +6,24 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace NewHorizons.External.Configs
|
||||
{
|
||||
/// <summary>
|
||||
/// Allows you to configure the title screen with custom music, skyboxes, and loading props from asset bundles.
|
||||
/// You can define a list of title screen configurations, with different persistent condition/ship log facts required to display them.
|
||||
/// </summary>
|
||||
[JsonObject]
|
||||
public class TitleScreenConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// Create title screens
|
||||
/// Create title screens.
|
||||
/// The last title screen in the list with its display conditions (persistent condition and/or ship log) met will be displayed if this mod
|
||||
/// is chosen to be shown on the main menu.
|
||||
/// </summary>
|
||||
public TitleScreenInfo[] titleScreens = new TitleScreenInfo[0];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// A single title screen configuration
|
||||
/// </summary>
|
||||
[JsonObject]
|
||||
public class TitleScreenInfo
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user