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
|
|
@ -10,7 +10,8 @@ namespace ease {
|
|||
OUT_BOUNCE=3,
|
||||
IN_OUT_BACK=4,
|
||||
RANDOM=5,
|
||||
NORM_DIST=6
|
||||
NORM_DIST=6,
|
||||
LINEAR=7
|
||||
};
|
||||
|
||||
enum Motion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue