mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove testing json
This commit is contained in:
parent
310301ceee
commit
3ae1e25975
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user