Item Placement at Item
hammy275 opened this issue ยท 1 comments
At the moment, item placement is done from the hand position. Should change this to the item position
My thought process on implementing this so people with muscle memory for before this change (and for just generally being intuitive), is actually to do ray collision starting at the hand's position and ending a small distance out (covering the length of the item). This way, you'll place in the hitbox where your hand is if it's in one, or in the hitbox of where the item is if your hand isn't already in a hitbox.