pr suggestions

pull/170/head
Erick Zanardo 4 years ago
parent b2806d651e
commit b865d05fd4

@ -38,12 +38,10 @@ class ScoreTextEffect extends TextComponent {
), ),
); );
unawaited( await add(
add( _effect = MoveEffect.by(
_effect = MoveEffect.by( Vector2(0, -5),
Vector2(0, -5), EffectController(duration: 1),
EffectController(duration: 1),
),
), ),
); );
} }

Loading…
Cancel
Save