mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 12:05:23 +01:00
comment
This commit is contained in:
parent
54165a8d5e
commit
1c7faa93fc
@ -61,7 +61,7 @@ namespace NewHorizons.Builder.Body
|
||||
sandMR.sharedMaterials[1].color = module.tint.ToColor();
|
||||
|
||||
var baseColor = module.tint.ToColor();
|
||||
var effectColor = new Color(baseColor.r * 0.184f, baseColor.g * 0.184f, baseColor.b * 0.184f, baseColor.a);
|
||||
var effectColor = new Color(baseColor.r * 0.184f, baseColor.g * 0.184f, baseColor.b * 0.184f, baseColor.a); // base game does .184 darker
|
||||
sandMaterial.color = effectColor;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user