Remove testing json

This commit is contained in:
Noah Pilarski 2025-01-25 06:02:24 -05:00
parent 310301ceee
commit 3ae1e25975
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
{
"disableNHPlanets": false,
"mergeWithOtherTitles": true,
// FOR TESTING!!!!
// Remove once actually loading a json file is implemented
"menuTextTint": {
"r": 128,
"g": 128,
"b": 255
}
}

View File

@ -270,7 +270,6 @@ namespace NewHorizons
OnChangeStarSystem.AddListener(RichPresenceHandler.OnChangeStarSystem); OnChangeStarSystem.AddListener(RichPresenceHandler.OnChangeStarSystem);
LoadAddonManifest("Assets/addon-manifest.json", this); LoadAddonManifest("Assets/addon-manifest.json", this);
LoadTitleScreenConfig("Assets/title-screen.json", this);
} }
public override void SetupPauseMenu(IPauseMenuManager pauseMenu) public override void SetupPauseMenu(IPauseMenuManager pauseMenu)