Movement is now much smoother for the easing functions and I can pan around better, but it's hard coded to only do pan at the moment.
This commit is contained in:
parent
2ebefcce05
commit
0d326089f7
8 changed files with 37 additions and 47 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"pan": {
|
||||
"_type": "Animation",
|
||||
"easing": 2,
|
||||
"easing": 7,
|
||||
"motion": 7,
|
||||
"ease_rate": 0.05,
|
||||
"min_x": 0,
|
||||
"min_y": 0,
|
||||
"max_x": 150.0,
|
||||
"ease_rate": 0.001,
|
||||
"min_x": 0.0,
|
||||
"min_y": 0.0,
|
||||
"max_x": 0.0,
|
||||
"max_y": 0.0,
|
||||
"simple": true,
|
||||
"frames": 1,
|
||||
|
|
@ -40,8 +40,8 @@
|
|||
"easing": 1,
|
||||
"motion": 0,
|
||||
"ease_rate": 0.5,
|
||||
"min_x": 1.3,
|
||||
"min_y": 1.3,
|
||||
"min_x": 0.8,
|
||||
"min_y": 0.8,
|
||||
"max_x": 1.0,
|
||||
"max_y": 1.0,
|
||||
"simple": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue