mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Make config in code for testing
This commit is contained in:
parent
01397d4d00
commit
e92a7ab121
5
NewHorizons/External/Configs/AddonConfig.cs
vendored
5
NewHorizons/External/Configs/AddonConfig.cs
vendored
@ -44,10 +44,5 @@ namespace NewHorizons.External.Configs
|
|||||||
/// The dimensions of the Echoes of the Eye subtitle is 669 x 67, so aim for that size
|
/// The dimensions of the Echoes of the Eye subtitle is 669 x 67, so aim for that size
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string subtitlePath = "subtitle.png";
|
public string subtitlePath = "subtitle.png";
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public MainMenuConfig mainMenuConfig;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -431,6 +431,8 @@ namespace NewHorizons
|
|||||||
}
|
}
|
||||||
TitleSceneHandler.InitSubtitles();
|
TitleSceneHandler.InitSubtitles();
|
||||||
|
|
||||||
|
// FOR TESTING!!!!
|
||||||
|
// Remove once actually loading a json file is implemented
|
||||||
TitleSceneHandler.SetUp(new MainMenuConfig() { menuTextTint = new External.SerializableData.MColor(128, 128, 255) });
|
TitleSceneHandler.SetUp(new MainMenuConfig() { menuTextTint = new External.SerializableData.MColor(128, 128, 255) });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user