Added multiple modes for camera such as:
FILL
EXPAND
ASPECT RATIO
You can switch between modes by just changing mode variable in Camera class.
Added Tween component:
You can now smoothly change values or move objects in desired time duration.
There are multiple effects such as EASE_IN, EASE_OUT, EASE_IN_OUT, NO_EASE
Demonstration for Tween component is in DemoTopDown.java in update method.
Added multiple modes for camera such as: FILL EXPAND ASPECT RATIO
You can switch between modes by just changing mode variable in Camera class.
Added Tween component: You can now smoothly change values or move objects in desired time duration. There are multiple effects such as EASE_IN, EASE_OUT, EASE_IN_OUT, NO_EASE
Demonstration for Tween component is in DemoTopDown.java in update method.