Flame is a modular Flutter game engine that provides a complete set of solutions for games. Provides you with a simple implementation of the game cycle and the necessary functions that you may need in the game, like input, images, sprites, animation, collision detection, and a component system, which is called Flame Component System (abbreviated FCS).
Release:
- 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 - Replace old effects system by new one
- 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 pathScaleEffect.by
now applies multiplicatively instead of additivelyisHud
replaced withPositionType
- Remove web fallback for
drawAtlas
in SpriteBatch, but added flaguseAtlas
to activate it
Links:
You must log in to post a comment.