Fixed changeling wings being flipped. Fixes #179

This commit is contained in:
Sollace 2021-02-26 14:24:02 +02:00
parent 2bacf24e94
commit 977154cf34

View file

@ -39,13 +39,13 @@
{ {
"type": "mson:planar", "type": "mson:planar",
"texture": {"u": 56, "v": 16}, "texture": {"u": 56, "v": 16},
"west": [0.5, 0, -7, 8, 16] "east": [0.5, 0, -7, 8, 16]
}, },
{ {
"type": "mson:planar", "type": "mson:planar",
"texture": {"u": 56, "v": 32}, "texture": {"u": 56, "v": 32},
"rotate": [-0.5, -0.3, -0.3333], "rotate": [-0.5, -0.3, -0.3333],
"west": [-1, 0, -5, 8, 16] "east": [-1, 0, -5, 8, 16]
} }
] ]
} }