Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@MasayukiSuda MasayukiSuda released this 08 Feb 06:22
· 41 commits to master since this release

・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