fix globe player holding position #54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "noahg/fix-globe-player-holding-position"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes an issue where when the player would pick up the globe the player would be inside the globe.
Similarly, when the player would put down the globe it would be clipping through the floor instead of sitting on top of it.
Added vertical offsets to make the origin of the globe sphere be the south pole instead of the center of the sphere.
Now when the player picks up the globe it is held above the player's head like other items and when the player puts it down it is sitting on the floor instead of clipping through it.
6e74641b74toe07f92c04cForce pushed to fix adjusting the wrong collider's radius.
I tried it on my end, seems like everything is working as expected, thanks!