mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
chore: format
fix: doc/example/particles/readme, attempt to embed webm preview fix: doc/example/particles better sample for chaining refactor: Particle, dropped duration support
This commit is contained in:
@ -22,7 +22,6 @@ class ComputedParticle extends Particle {
|
||||
Duration duration,
|
||||
}) : super(
|
||||
lifespan: lifespan,
|
||||
duration: duration,
|
||||
);
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user