Skip to content

Commit

Permalink
use specific names in modder section
Browse files Browse the repository at this point in the history
Signed-off-by: The Matty <[email protected]>
  • Loading branch information
mattymatty97 authored and Zaggy1024 committed Oct 24, 2024
1 parent 256689b commit c9cb74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ If an item you have created in the Unity editor without assigning an icon does n

You may want to adjust your resting rotation to get a better result. Items will normally be rendered from an angle similar to the perspective of a player that has dropped the item in front of them and then stood back and crouched. This angle will be adjusted somewhat based on the item's dimensions to give the image more depth.

**Note:** Only the X and Z values of the resting rotation vector of an item are used. To adjust the Y rotation, the floor Y offset should be used instead.
**Note:** Only the X and Z values of the `restingRotation` vector of an item are used. To adjust the Y rotation, the `floorYOffset` should be used instead.

0 comments on commit c9cb74a

Please sign in to comment.