The ritual blanket now has the new animation and gained the ability to play the animation reversed for the closing animation.

This commit is contained in:
Zed A. Shaw 2026-02-23 12:05:56 -05:00
parent 1a9c395ae6
commit b504afef2a
3 changed files with 60 additions and 11 deletions

View file

@ -160,5 +160,43 @@
"sounds": {
"idle": []
}
}
},
"ritual_crafting_area": {
"sheet": {
"frames": 3,
"frame_width": 380,
"frame_height": 720
},
"sequences": {
"idle": {"frames": [0], "durations": [5] },
"open": {"frames": [0, 1, 2], "durations": [5, 5, 5] },
"close": {"frames": [2, 1, 0], "durations": [5, 5, 5] }
},
"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"],
"open": ["open", "basic"],
"close": ["close", "basic"]
},
"sounds": {
"idle": [],
"open": [],
"close": []
}
}
}