Update lib/game/components/score_effect_controller.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/170/head
Erick 4 years ago committed by GitHub
parent 2ed4c3a027
commit 9afe69ca34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ import 'package:pinball_components/pinball_components.dart';
/// {@template score_effect_controller}
/// A [ComponentController] responsible for adding [ScoreTextEffect]s
/// on the game screen when the user has earned more points.
/// on the game screen when the user earns points.
/// {@endtemplate}
class ScoreEffectController extends ComponentController<PinballGame>
with BlocComponent<GameBloc, GameState> {

Loading…
Cancel
Save