mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
no leave the formatting pls
This commit is contained in:
parent
a44cea387d
commit
0433495dd4
@ -29,7 +29,7 @@ namespace NewHorizons.Builder.General
|
|||||||
var innerRadius = config.innerRadius ?? surfaceSize;
|
var innerRadius = config.innerRadius ?? surfaceSize;
|
||||||
innerRadius = Mathf.Sqrt(innerRadius / light.range);
|
innerRadius = Mathf.Sqrt(innerRadius / light.range);
|
||||||
var shell = config.isShell ? 1f : 0f;
|
var shell = config.isShell ? 1f : 0f;
|
||||||
light.color = new Color(innerRadius, shell, 1f, 0.0225f /*from timber hearth*/);
|
light.color = new Color(innerRadius, shell, 1f, 0.0225f/*from timber hearth*/);
|
||||||
|
|
||||||
if (config.tint != null)
|
if (config.tint != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user