little comments

This commit is contained in:
Noah Pilarski 2025-02-17 02:23:12 -05:00
parent 102d5b7256
commit 2c1570287c

View File

@ -43,8 +43,8 @@ namespace NewHorizons.Handlers
ambientLight.transform.SetParent(planetRoot.transform, true); ambientLight.transform.SetParent(planetRoot.transform, true);
InitSubtitles(); InitSubtitles();
TitleScreenColourHandler.ResetColour(); TitleScreenColourHandler.ResetColour(); // reset color at the start
AudioTypeHandler.Init(); AudioTypeHandler.Init(); // init audio for custom music
// Load player data for fact and persistent condition checking // Load player data for fact and persistent condition checking
var profileManager = StandaloneProfileManager.SharedInstance; var profileManager = StandaloneProfileManager.SharedInstance;