Fixed flipped textures on the west side of the hat layer

This commit is contained in:
Sollace 2021-07-08 19:15:33 +02:00
parent 2ff66e3824
commit 82fef2e8fa

View file

@ -152,7 +152,6 @@
"type": "mson:planar", "type": "mson:planar",
"stretch": 0.26, "stretch": 0.26,
"__comment": [ "__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", "body sides a", "body sides b", "qt mark a", "qt mark b",
"stomach a", "stomach b", "stomach c", "stomach a", "stomach b", "stomach c",
"butt", "butt", "butt", "butt",
@ -164,12 +163,6 @@
[ 4, 4, 10, 4, 4, 0, 32 ], [ 4, 4, 10, 4, 4, 0, 32 ],
[ 4, 8, 10, 4, 4, 0, 48 ] [ 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": [ "down": [
[ -4, 12, 2, 8, 4, 28, 48 ], [ -4, 12, 2, 8, 4, 28, 48 ],
[ -4, 12, 6, 8, 4, 44, 48 ], [ -4, 12, 6, 8, 4, 44, 48 ],
@ -182,6 +175,20 @@
"up": [ "up": [
[ -4, 4, 2, 8, 12, 32, 36 ] [ -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 ]
]
} }
] ]
}, },