mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add default value
This commit is contained in:
parent
9d2f4f05f0
commit
9878234026
2
NewHorizons/External/Configs/PlanetConfig.cs
vendored
2
NewHorizons/External/Configs/PlanetConfig.cs
vendored
@ -55,7 +55,7 @@ namespace NewHorizons.External.Configs
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// `true` if you want the map zoom speed to adjust to this planet's orbit
|
/// `true` if you want the map zoom speed to adjust to this planet's orbit
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool adjustZoomSpeed = true;
|
[DefaultValue(true)] public bool adjustZoomSpeed = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A list of paths to child GameObjects to destroy on this planet
|
/// A list of paths to child GameObjects to destroy on this planet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user