mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
floating point
This commit is contained in:
parent
47ffbadc72
commit
c224b405ad
@ -66,9 +66,9 @@ namespace NewHorizons.External.Modules.VariableSize
|
||||
/// <summary>
|
||||
/// Speed of the supernova wall in meters per second.
|
||||
/// </summary>
|
||||
[DefaultValue(1111f)]
|
||||
[DefaultValue(50000f/45f)]
|
||||
[Range(1f, double.MaxValue)]
|
||||
public float supernovaSpeed = 1111f;
|
||||
public float supernovaSpeed = 50000f/45f;
|
||||
|
||||
/// <summary>
|
||||
/// The tint of the supernova this star creates when it dies.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user