Some basic animations working but the loop in bad.
This commit is contained in:
parent
c33f370572
commit
0930b05fc5
5 changed files with 40 additions and 20 deletions
|
|
@ -111,12 +111,22 @@
|
|||
},
|
||||
"test_boss": {
|
||||
"_type": "Animation",
|
||||
"easing": 3,
|
||||
"easing": 1,
|
||||
"ease_rate": 0.5,
|
||||
"scale": 0.4,
|
||||
"simple": true,
|
||||
"frames": 1,
|
||||
"speed": 0.02,
|
||||
"stationary": true
|
||||
},
|
||||
"rat_king_boss": {
|
||||
"_type": "Animation",
|
||||
"easing": 1,
|
||||
"ease_rate": 0.5,
|
||||
"scale": 0.4,
|
||||
"simple": false,
|
||||
"frames": 2,
|
||||
"speed": 0.02,
|
||||
"stationary": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue