Hand animation is now converted.

This commit is contained in:
Zed A. Shaw 2026-02-23 11:27:54 -05:00
parent e3065f7add
commit 1a9c395ae6
3 changed files with 42 additions and 6 deletions

View file

@ -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": []
}
}
}