mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Nevermind doesn't work haha still broken
This commit is contained in:
parent
16dd34914a
commit
40022d61b5
@ -202,7 +202,7 @@ namespace NewHorizons.Builder.Body
|
||||
foreach (var controller in solarFlareEmitter.GetComponentsInChildren<SolarFlareController>())
|
||||
{
|
||||
// It multiplies color by tint but wants something very bright idk
|
||||
controller._color = new Color(30, 30, 30) * flareTint;
|
||||
controller._color = new Color(20, 20, 20);
|
||||
controller._tint = flareTint;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user