Releases: 01010111/zerolib-flixel
Releases · 01010111/zerolib-flixel
The Great Zerolib Schism of 2019
Most importantly, I've taken all of the flixel related utilities out of zerolib and moved them here!
Second, all of the classes have been reorganized:
- classes in
zero.ext.flx
have been moved tozero.flixel.extensions
- classes in
zero.flxutil.ecs
have been moved tozero.flixel.ec
- some classes in
zero.flxutil.editors
have been moved tozero.flixel.ui
- classes in
zero.flxutil.util
have been moved tozero.flixel.utilities
ParticleEmitter
has been moved fromzero.flxutil.sprites
tozero.flixel.ec
PlatformerAnimation
has been renamed toPlatformerAnimator
Third, some things have been removed:
ZomeLoader
has been removed because ZOME is being deprecated.OgmoLoader
has been removed because reasons.PlatformerDolly
has been removed and replaced byzero.flixel.utilities.Dolly
Finally, some new additions!
- Lots of changes all around!
- additions to
PlatformerJumper
andPlatformerWalker
that extend functionality - added the ability to prioritize components (override
Entity.update_components()
and useupdate_components_by_priority()
). - some more I can't remember :P
- additions to
- As mentioned above,
Dolly
replacesPlatformerDolly
with a new, more flexible dolly system. FlxOgmoUtils
added - more info on this later!
This is a big update that breaks a bunch of stuff, so I hope it's worth it :)