diff --git a/scripts/Mouth.cs b/scripts/Mouth.cs index cf3707b..ed0fdeb 100644 --- a/scripts/Mouth.cs +++ b/scripts/Mouth.cs @@ -41,6 +41,7 @@ public partial class Mouth : XRCamera3D MaxEatWeight += (mass / MaxEatWeight) * EatGrowthFactor; float WorldScale = 1.0f / MaxEatWeight; ((XROrigin3D)GetParent()).WorldScale = WorldScale; + ((Node3D)GetParent()).GlobalScale(new Vector3(WorldScale, WorldScale, WorldScale)); RightHand.Strength = MaxEatWeight; LeftHand.Strength = MaxEatWeight; GD.Print("New MaxEatWeight: ", MaxEatWeight);