mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
enable le sphere shape so it all works
This commit is contained in:
parent
0de5f5a1eb
commit
a330856fc8
@ -236,7 +236,9 @@ namespace NewHorizons.Builder.Body
|
|||||||
fog._fogDensity *= scale;
|
fog._fogDensity *= scale;
|
||||||
|
|
||||||
var volumesShape = volumes.FindChild("ZeroG_Fluid_Audio_Volume");
|
var volumesShape = volumes.FindChild("ZeroG_Fluid_Audio_Volume");
|
||||||
volumesShape.GetComponent<SphereShape>().radius *= scale;
|
var sphereShape = volumesShape.GetComponent<SphereShape>();
|
||||||
|
sphereShape.enabled = true; // this starts disabled for some fucking reason
|
||||||
|
sphereShape.radius *= scale;
|
||||||
|
|
||||||
// Change fog color
|
// Change fog color
|
||||||
if (body.Config.Bramble.dimension.fogTint != null)
|
if (body.Config.Bramble.dimension.fogTint != null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user