bramble dimension sphere shape now scales with the dimension scale

This commit is contained in:
FreezeDriedMangoes 2022-07-14 23:30:15 -04:00
parent 4069a21684
commit 281b93c1fb

View File

@ -235,6 +235,9 @@ namespace NewHorizons.Builder.Body
fog._fogRadius *= scale; fog._fogRadius *= scale;
fog._fogDensity *= scale; fog._fogDensity *= scale;
var volumesShape = volumes.FindChild("ZeroG_Fluid_Audio_Volume");
volumesShape.GetComponent<SphereShape>().radius *= scale;
// Change fog color // Change fog color
if (body.Config.Bramble.dimension.fogTint != null) if (body.Config.Bramble.dimension.fogTint != null)
{ {