Add skeleton definitions to all the pony models

This commit is contained in:
Sollace 2022-02-08 15:14:52 +01:00
parent 1de771b234
commit 642ec199b5
3 changed files with 46 additions and 0 deletions

View file

@ -3,6 +3,19 @@
"texture": {
"w": 64, "h": 64
},
"skeleton": {
"body": {
"neck": {
"head": {}
},
"left_arm": {},
"right_arm": {},
"left_leg": {},
"right_leg": {},
"left_wing": {},
"right_wing": {}
}
},
"data": {
"head": {
"children": {

View file

@ -1,5 +1,22 @@
{
"parent": "minelittlepony:races/steve/alicorn",
"skeleton": {
"abdomin": {
"body": {
"neck": {
"head": {
"horn": {}
}
},
"left_arm": {},
"right_arm": {}
},
"left_fin": {},
"right_fin": {},
"center_fin": {},
"tail": { }
}
},
"data": {
"left_fin": {
"type": "mson:planar",

View file

@ -14,6 +14,22 @@
"arm_rotation_x_neg": [0, "-", "#arm_rotation_x"],
"arm_rotation_y": 8
},
"skeleton": {
"upper_torso": {
"body": {
"neck": {
"head": {
"horn": {}
}
},
"left_arm": {},
"right_arm": {}
},
"left_leg": {},
"right_leg": {},
"wings": {}
}
},
"data": {
"head": {
"pivot": [ 0, 0, -2 ],