Fixed incorrect ear tuft positioning on bat ponies

This commit is contained in:
Sollace 2022-11-02 22:33:28 +01:00
parent ca9cf43ef5
commit 5546e44719

View file

@ -3,26 +3,31 @@
"locals": { "locals": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0,
"ear_pronouncement": 0,
"ear_spread": 0,
"ear_spread_neg": [0, "-", "#ear_spread"]
}, },
"data": { "data": {
"right": { "right": {
"texture": {"u": 12, "v": 16}, "texture": {"u": 12, "v": 16},
"pivot": ["#x", "#y", "#z"], "pivot": ["#x", "#y", "#z"],
"rotate": [0, 0, "#ear_spread"],
"cubes": [ "cubes": [
{ "from": [-4, -8, -1], "size": [2, 2, 2] }, { "from": [-4, -8, -1], "size": [2, 2, 2], "dilate": [0, "#ear_pronouncement", 0] },
{ "from": [-3.5, -8.49, -1.001], "size": [1, 1, 1], "texture": {"u": 0, "v": 3} }, { "from": [-3.5, -8.49, 0], "size": [1, 1, 1], "texture": {"u": 0, "v": 3}, "dilate": [0, "#ear_pronouncement", 0] },
{ "from": [-2.998, -8.49, -2.001], "size": [1, 1, 1], "texture": {"u": 0, "v": 5} } { "from": [-2.998, -8.49, -1], "size": [1, 1, 1], "texture": {"u": 0, "v": 5}, "dilate": [0, "#ear_pronouncement", 0] }
] ]
}, },
"left": { "left": {
"texture": {"u": 12, "v": 16}, "texture": {"u": 12, "v": 16},
"pivot": ["#x", "#y", "#z"], "pivot": ["#x", "#y", "#z"],
"mirror": [true, false, false], "mirror": [true, false, false],
"rotate": [0, 0, "#ear_spread_neg"],
"cubes": [ "cubes": [
{ "from": [2, -8, -1], "size": [2, 2, 2] }, { "from": [2, -8, -1], "size": [2, 2, 2], "dilate": [0, "#ear_pronouncement", 0] },
{ "from": [2.5, -8.49, -1.001], "size": [1, 1, 1], "texture": {"u": 0, "v": 3} }, { "from": [2.5, -8.49, 0], "size": [1, 1, 1], "texture": {"u": 0, "v": 3}, "dilate": [0, "#ear_pronouncement", 0] },
{ "from": [1.998, -8.49, -2.001], "size": [1, 1, 1], "texture": {"u": 0, "v": 5} } { "from": [1.998, -8.49, -1], "size": [1, 1, 1], "texture": {"u": 0, "v": 5}, "dilate": [0, "#ear_pronouncement", 0] }
] ]
} }
} }