Tweak changeling wing angles

This commit is contained in:
Sollace 2022-06-11 18:22:59 +02:00
parent 77680341d6
commit 1b892dec53

View file

@ -17,7 +17,7 @@
}, },
"secondary": { "secondary": {
"type": "mson:planar", "type": "mson:planar",
"rotate": [-0.5, 0.3, 0.3333], "rotate": [-1, 0.3, -10],
"east": [1, 0, -5, 8, 16, 56, 32] "east": [1, 0, -5, 8, 16, 56, 32]
} }
} }
@ -41,7 +41,7 @@
}, },
"secondary": { "secondary": {
"type": "mson:planar", "type": "mson:planar",
"rotate": [-0.5, -0.3, -0.3333], "rotate": [-1, -0.3, 10],
"west": [-1, 0, -5, 8, 16, 56, 32, true, false] "west": [-1, 0, -5, 8, 16, 56, 32, true, false]
} }
} }