mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Change Asteroid Belt Minimum to -1
This commit is contained in:
parent
5e7e4b827a
commit
e4164d8934
@ -10,7 +10,7 @@ namespace NewHorizons.External.Modules
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Amount of asteroids to create.
|
/// Amount of asteroids to create.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Range(0, 200)] [DefaultValue(-1)] public int amount = -1;
|
[Range(-1, 200)] [DefaultValue(-1)] public int amount = -1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Angle between the rings and the equatorial plane of the planet.
|
/// Angle between the rings and the equatorial plane of the planet.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user