Can now specify a background to render the sprite on.

This commit is contained in:
Zed A. Shaw 2026-02-04 00:04:17 -05:00
parent fc01579232
commit 77643a4bcd
3 changed files with 85 additions and 10 deletions

View file

@ -21,5 +21,28 @@
"toggled": false,
"looped": true
}
},
"rat_king_meth": {
"sheet": {
"frames": 2,
"frame_width": 720,
"frame_height": 720
},
"sequence": {
"frames": [0, 1],
"durations": [33, 33]
},
"transform": {
"min_x": 0.6,
"min_y": 0.6,
"max_x": 0.8,
"max_y": 0.8,
"simple": false,
"flipped": false,
"ease_rate": 5.0,
"scaled": true,
"toggled": false,
"looped": true
}
}
}