Skip to content

Commit

Permalink
Fix shields overlapping armor models in third person
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Feb 5, 2023
1 parent 81a9a12 commit 08ac5ac
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"display": {
"thirdperson_righthand": {
"rotation": [ 0, 90, 0 ],
"translation": [ 2, -2, 1 ],
"translation": [ 2.55, -2, 1 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, -90, 0 ],
"translation": [ 2, -2, 1 ],
"translation": [ 2.55, -2, 1 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
Expand All @@ -23,4 +23,4 @@
"scale": [ 1, 1, 1 ]
}
}
}
}

0 comments on commit 08ac5ac

Please sign in to comment.