mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update StarModule.cs
This commit is contained in:
parent
923c071a99
commit
6e84bde604
@ -21,7 +21,7 @@ namespace NewHorizons.External.Modules.VariableSize
|
||||
/// <summary>
|
||||
/// Should we add a star controller to this body? If you want clouds to work on a binary brown dwarf system, set this to false.
|
||||
/// </summary>
|
||||
[DefaultValue(true)] public bool hasStarController { get; set; } = true;
|
||||
[DefaultValue(true)] public bool hasStarController = true;
|
||||
|
||||
/// <summary>
|
||||
/// The default sun has its own atmosphere that is different from regular planets. If you want that, set this to
|
||||
@ -56,4 +56,4 @@ namespace NewHorizons.External.Modules.VariableSize
|
||||
/// </summary>
|
||||
public MColor tint;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user