mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Use tracking lines for now
This commit is contained in:
parent
c81a3dd754
commit
0e534e61a8
@ -28,6 +28,7 @@ namespace NewHorizons.Builder.Orbital
|
|||||||
|
|
||||||
OrbitLine orbitLine;
|
OrbitLine orbitLine;
|
||||||
|
|
||||||
|
/*
|
||||||
if(config.Orbit.TrackingOrbitLine)
|
if(config.Orbit.TrackingOrbitLine)
|
||||||
{
|
{
|
||||||
orbitLine = orbitGO.AddComponent<TrackingOrbitLine>();
|
orbitLine = orbitGO.AddComponent<TrackingOrbitLine>();
|
||||||
@ -45,6 +46,9 @@ namespace NewHorizons.Builder.Orbital
|
|||||||
{
|
{
|
||||||
orbitLine = orbitGO.AddComponent<TrackingOrbitLine>();
|
orbitLine = orbitGO.AddComponent<TrackingOrbitLine>();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
orbitLine = orbitGO.AddComponent<TrackingOrbitLine>();
|
||||||
|
|
||||||
var color = Color.white;
|
var color = Color.white;
|
||||||
if (config.Orbit.Tint != null) color = config.Orbit.Tint.ToColor32();
|
if (config.Orbit.Tint != null) color = config.Orbit.Tint.ToColor32();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user