mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fixed flipped textures on the west side of the hat layer
This commit is contained in:
parent
2ff66e3824
commit
82fef2e8fa
1 changed files with 14 additions and 7 deletions
|
@ -152,7 +152,6 @@
|
|||
"type": "mson:planar",
|
||||
"stretch": 0.26,
|
||||
"__comment": [
|
||||
"body sides a", "body sides b", "qt mark a", "qt mark b",
|
||||
"body sides a", "body sides b", "qt mark a", "qt mark b",
|
||||
"stomach a", "stomach b", "stomach c",
|
||||
"butt", "butt",
|
||||
|
@ -164,12 +163,6 @@
|
|||
[ 4, 4, 10, 4, 4, 0, 32 ],
|
||||
[ 4, 8, 10, 4, 4, 0, 48 ]
|
||||
],
|
||||
"west": [
|
||||
[ -4, 4, 2, 8, 4, 12, 32 ],
|
||||
[ -4, 8, 2, 8, 4, 12, 48 ],
|
||||
[ -4, 4, 10, 4, 4, 0, 32 ],
|
||||
[ -4, 8, 10, 4, 4, 0, 48 ]
|
||||
],
|
||||
"down": [
|
||||
[ -4, 12, 2, 8, 4, 28, 48 ],
|
||||
[ -4, 12, 6, 8, 4, 44, 48 ],
|
||||
|
@ -182,6 +175,20 @@
|
|||
"up": [
|
||||
[ -4, 4, 2, 8, 12, 32, 36 ]
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "mson:planar",
|
||||
"stretch": 0.26,
|
||||
"mirror": [ false, false, true ],
|
||||
"__comment": [
|
||||
"body sides a", "body sides b", "qt mark a", "qt mark b"
|
||||
],
|
||||
"west": [
|
||||
[ -4, 4, 2, 8, 4, 12, 32 ],
|
||||
[ -4, 8, 2, 8, 4, 12, 48 ],
|
||||
[ -4, 4, 10, 4, 4, 0, 32 ],
|
||||
[ -4, 8, 10, 4, 4, 0, 48 ]
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue