Hand animation is now converted.
This commit is contained in:
parent
e3065f7add
commit
1a9c395ae6
3 changed files with 42 additions and 6 deletions
|
|
@ -129,5 +129,36 @@
|
|||
"sounds": {
|
||||
"idle": []
|
||||
}
|
||||
},
|
||||
"female_hand": {
|
||||
"sheet": {
|
||||
"frames": 3,
|
||||
"frame_width": 900,
|
||||
"frame_height": 600
|
||||
},
|
||||
"sequences": {
|
||||
"idle": {"frames": [0, 1, 2], "durations": [10, 10, 20] }
|
||||
},
|
||||
"transforms": {
|
||||
"basic": {
|
||||
"min_x": 1.0,
|
||||
"min_y": 1.0,
|
||||
"max_x": 1.0,
|
||||
"max_y": 1.0,
|
||||
"flipped": false,
|
||||
"scaled": false,
|
||||
"toggled": true,
|
||||
"looped": false,
|
||||
"relative": false,
|
||||
"easing": "none",
|
||||
"motion": "move_none"
|
||||
}
|
||||
},
|
||||
"forms": {
|
||||
"idle": ["idle", "basic"]
|
||||
},
|
||||
"sounds": {
|
||||
"idle": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue