The animation tool now works and I used it to design an idle animation with the classic bounce.
This commit is contained in:
parent
80f100f223
commit
547e8ec993
3 changed files with 9 additions and 15 deletions
|
|
@ -38,17 +38,17 @@
|
|||
"motion": "move_shake"
|
||||
},
|
||||
"breathe": {
|
||||
"min_x": 0.90,
|
||||
"min_y": 0.90,
|
||||
"max_x": 1.0,
|
||||
"max_y": 1.0,
|
||||
"min_x": 0,
|
||||
"min_y": 0,
|
||||
"max_x": 0,
|
||||
"max_y": -10,
|
||||
"flipped": false,
|
||||
"ease_rate": 3.5,
|
||||
"scaled": true,
|
||||
"ease_rate": 3.0,
|
||||
"scaled": false,
|
||||
"toggled": false,
|
||||
"looped": true,
|
||||
"easing": "in_out_back",
|
||||
"motion": "scale_squeeze"
|
||||
"easing": "sine",
|
||||
"motion": "move_bounce"
|
||||
}
|
||||
},
|
||||
"forms": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue