Skip to content

Commit

Permalink
a couple more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yrsegal committed Oct 2, 2023
1 parent 1ce0be0 commit 04a1258
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/quark/models/tiny_potato/bob.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"display": {
"firstperson_righthand": {
"rotation": [ -36, 137, 20 ],
"translation": [ 1, 3.6, 0 ],
"rotation": [ -39, 148, 4 ],
"translation": [ 0.5, 3.8, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,24 @@
},
"display": {
"firstperson_righthand": {
"rotation": [ -36, 137, 6 ],
"translation": [ -1, 3, 0 ],
"rotation": [ -38, 146, 6 ],
"translation": [ -2.5, 3.5, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ -38, 146, 6 ],
"translation": [ 2, 3.5, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"thirdperson_righthand": {
"rotation": [ 0, 162, 0 ],
"translation": [ -1, 2, 1 ],
"scale": [ 0.40, 0.40, 0.40 ]
"scale": [ 0.25, 0.25, 0.25 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, 162, 0 ],
"translation": [ 1, 2, 1.5 ],
"scale": [ 0.25, 0.25, 0.25 ]
}
},
"elements": [
Expand Down

0 comments on commit 04a1258

Please sign in to comment.