mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add minimap back to planets
This commit is contained in:
parent
7594265835
commit
fb13d5607e
@ -11,7 +11,7 @@ namespace NewHorizons.Builder.Atmosphere
|
||||
public static void Make(GameObject planetGO, IPlanetConfig config, float sphereOfInfluence)
|
||||
{
|
||||
var innerRadius = config.Base.SurfaceSize;
|
||||
var useMiniMap = config.Base.IsSatellite;
|
||||
var useMiniMap = !config.Base.IsSatellite;
|
||||
|
||||
GameObject volumesGO = new GameObject("Volumes");
|
||||
volumesGO.SetActive(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user