Releases: MasayukiSuda/FPSAnimator
Release 0.2.4
Support Android X
Release 0.2.3.2
small bugs fix
update support library
Release 0.2.3
add arc animation
Release 0.2.2.1
bug fixes
Release 0.2.2
Add CircleDrawer and RectDrawer.
Release 0.2.1
・Add CustomDrawer Class.
・ability to set drawing priority to DisplayBase
Release 0.2.0
・Add Container Class
A Container is a nestable display list that allows you to work with compound display elements.
For example you could group arm, leg, torso and head Bitmap instances together into a Person Container,
and transform them as a group, while still being able to move the individual parts relative to each other.
Children of containers have their transform and alpha properties concatenated with their parent Container.
・bug fixes
Release 0.1.1
Set FPS by attribute xml or constructor
0.1.0 Release
Separage Animation and Drawer
0.0.8 Release
・"customFrameList" functions added to SpriteSheet class.
┗ "customFrameList" is Array of Integer. This will animation play in the frame number order of the value of this array.
・Add many useful functions that manipulate DisplayObject in FPSTextureView and FPSSurfaceView.