mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
little comments
This commit is contained in:
parent
102d5b7256
commit
2c1570287c
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user