1.0.0
版本发布时间: 2021-12-12 04:26:28
flame-engine/flame最新发布版本:v1.22.0(2024-11-25 18:46:44)
CHANGELOG
[1.0.0]
- Add
ButtonComponent
backed by twoPositionComponent
s - Add
SpriteButtonComponent
backed by twoSprite
s - Allow more flexible construction of
EffectController
s and make them able to run back in time - Remove old effects system
- Export new effects system
- Introduce
updateTree
to follow therenderTree
convention - Fix
Parallax.load
with different loading times - Fix render order of components and add tests
- Fix
HitboxCircle
when component is flipped - Add
ColorEffect
-
MoveAlongPathEffect
can now be absolute, and can auto-orient the object along the path -
ScaleEffect.by
now applies multiplicatively instead of additively -
isHud
replaced withPositionType
- Remove web fallback for
drawAtlas
in SpriteBatch, but added flaguseAtlas
to activate it