Fixed tail stubs

This commit is contained in:
Sollace 2019-11-28 19:55:19 +02:00
parent cf9c4030b4
commit 3fd111be98

View file

@ -117,6 +117,7 @@
{ {
"type": "mson:planar", "type": "mson:planar",
"texture": { "u": 32, "v": 0 }, "texture": { "u": 32, "v": 0 },
"offset": [0, 7, 8],
"rotate": [29, 0, 0], "rotate": [29, 0, 0],
"up": [-1, 2, 2, 2, 6], "up": [-1, 2, 2, 2, 6],
"down": [-1, 4, 2, 2, 6], "down": [-1, 4, 2, 2, 6],
@ -127,7 +128,7 @@
"type": "mson:plane", "type": "mson:plane",
"mirror": [ false, false, true ], "mirror": [ false, false, true ],
"face": "west", "face": "west",
"position": [ -1, -2, -2 ], "size": [ 2, 6 ] "position": [ -1, 2, 2 ], "size": [ 2, 6 ]
} }
] ]
} }