mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Morbius moment
This commit is contained in:
parent
40022d61b5
commit
4619c24165
@ -202,7 +202,8 @@ 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(20, 20, 20);
|
||||
controller._color = new Color(11, 11, 11);
|
||||
controller.GetComponent<MeshRenderer>().sharedMaterial.SetColor("_Color", controller._color);
|
||||
controller._tint = flareTint;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user