Make config in code for testing

This commit is contained in:
xen-42 2025-01-15 17:10:21 -05:00
parent 01397d4d00
commit e92a7ab121
2 changed files with 2 additions and 5 deletions

View File

@ -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
/// </summary>
public string subtitlePath = "subtitle.png";
/// <summary>
///
/// </summary>
public MainMenuConfig mainMenuConfig;
}
}

View File

@ -431,6 +431,8 @@ namespace NewHorizons
}
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) });
}