Better repair kit icons and images, enemies no longer spawn in doors, death scene worked out mostly, and beak thing enemies.
This commit is contained in:
parent
21e8f4ce78
commit
455ea88989
9 changed files with 69 additions and 0 deletions
|
|
@ -32,6 +32,39 @@
|
|||
"close": []
|
||||
}
|
||||
},
|
||||
"beak_thing": {
|
||||
"sheet": {
|
||||
"frames": 1,
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
},
|
||||
"sequences": {
|
||||
"idle": {"frames": [0], "durations": [25] }
|
||||
},
|
||||
"transforms": {
|
||||
"basic": {
|
||||
"min_x": 0.9,
|
||||
"min_y": 0.9,
|
||||
"max_x": 1.1,
|
||||
"max_y": 1.1,
|
||||
"flipped": false,
|
||||
"scaled": true,
|
||||
"toggled": false,
|
||||
"looped": false,
|
||||
"relative": false,
|
||||
"easing": "in_out_back",
|
||||
"motion": "scale_both"
|
||||
}
|
||||
},
|
||||
"forms": {
|
||||
"idle": ["idle", "basic"]
|
||||
},
|
||||
"sounds": {
|
||||
"idle": [[0, "punch_cartoony"]],
|
||||
"open": [],
|
||||
"close": []
|
||||
}
|
||||
},
|
||||
"ag_bot": {
|
||||
"sheet": {
|
||||
"frames": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue