mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
Formatting and changelog
This commit is contained in:
committed by
Lukas Klingsbo
parent
d39701ac50
commit
3b0cb95ed6
@ -18,7 +18,8 @@ class RotateEffect extends PositionComponentEffect {
|
||||
isAlternating = false,
|
||||
isRelative = true,
|
||||
Function onComplete,
|
||||
}) : super(isInfinite, isAlternating, isRelative: isRelative, onComplete: onComplete);
|
||||
}) : super(isInfinite, isAlternating,
|
||||
isRelative: isRelative, onComplete: onComplete);
|
||||
|
||||
@override
|
||||
void initialize(_comp) {
|
||||
|
||||
Reference in New Issue
Block a user