Arena is now using the new animate2 but needs to be fixed.
This commit is contained in:
parent
547e8ec993
commit
aaf5aa4165
4 changed files with 82 additions and 16 deletions
|
|
@ -61,5 +61,73 @@
|
|||
"attack": [[0, "Sword_Hit_1"], [1, "Marmot_Scream_1"]],
|
||||
"hurt": [[1, "Marmot_Scream_1"]]
|
||||
}
|
||||
},
|
||||
"peasant_girl_rear_view": {
|
||||
"sheet": {
|
||||
"frames": 1,
|
||||
"frame_width": 400,
|
||||
"frame_height": 540
|
||||
},
|
||||
"sequences": {
|
||||
"idle": {"frames": [0], "durations": [800] },
|
||||
"hurt": {"frames": [0], "durations": [800] },
|
||||
"attack": {"frames": [0], "durations": [800] }
|
||||
},
|
||||
"transforms": {
|
||||
"breathe": {
|
||||
"min_x": 0,
|
||||
"min_y": 0,
|
||||
"max_x": 0,
|
||||
"max_y": -10,
|
||||
"flipped": false,
|
||||
"ease_rate": 3.0,
|
||||
"scaled": false,
|
||||
"toggled": false,
|
||||
"looped": true,
|
||||
"easing": "sine",
|
||||
"motion": "move_bounce"
|
||||
}
|
||||
},
|
||||
"forms": {
|
||||
"idle": ["idle", "breathe"],
|
||||
"attack": ["attack", "breathe"],
|
||||
"hurt": ["hurt", "breathe"]
|
||||
},
|
||||
"sounds": {
|
||||
"idle": [],
|
||||
"attack": [],
|
||||
"hurt": []
|
||||
}
|
||||
},
|
||||
"torch_fixture": {
|
||||
"sheet": {
|
||||
"frames": 3,
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
},
|
||||
"sequences": {
|
||||
"idle": {"frames": [0,1,2], "durations": [100, 100, 100] }
|
||||
},
|
||||
"transforms": {
|
||||
"render": {
|
||||
"min_x": 0,
|
||||
"min_y": 0,
|
||||
"max_x": 0,
|
||||
"max_y": 0,
|
||||
"flipped": false,
|
||||
"ease_rate": 3.0,
|
||||
"scaled": false,
|
||||
"toggled": false,
|
||||
"looped": true,
|
||||
"easing": "sine",
|
||||
"motion": "move_none"
|
||||
}
|
||||
},
|
||||
"forms": {
|
||||
"idle": ["idle", "render"]
|
||||
},
|
||||
"sounds": {
|
||||
"idle": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue