Can now specify a background to render the sprite on.
This commit is contained in:
parent
fc01579232
commit
77643a4bcd
3 changed files with 85 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue