mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:28:20 +08:00
Since the RemoveEffect was removing its parent and not its target it couldn't work within a SequenceEffect since it was just removing that effect instead.
Flame repository structure
The Flame repository is a monorepo which contains both the main Flame repository, and its bridge packages.
Note that not all bridge packages have moved to the monorepo, so some may still be on their own repositories, since this is a new organizational change and we are gradually migrating all of them to this repository.
Bridge packages
Bridge packages are packages which:
- Provides Flame with an interface to another external package (e.g.
flame_audiowhich is Flame + Audioplayers,flame_tiled, which is Flame + tiled). - Packages with features that are somehow very context specific and doesn't have a place inside the
core package (e.g.
flame_splash_screen).