pull/213/head
RuiAlonso 3 years ago
parent f128605202
commit 2ac659d59b

@ -8,8 +8,8 @@ import 'package:pinball_theme/pinball_theme.dart';
/// {@template controlled_ball} /// {@template controlled_ball}
/// A [Ball] with a [BallController] attached. /// A [Ball] with a [BallController] attached.
/// ///
/// When a [Ball] is lost, if there aren't more [Ball]s in play and the game is not over, /// When a [Ball] is lost, if there aren't more [Ball]s in play and the game is
/// a new [Ball] will be spawned. /// not over, a new [Ball] will be spawned.
/// {@endtemplate} /// {@endtemplate}
class ControlledBall extends Ball with Controls<BallController> { class ControlledBall extends Ball with Controls<BallController> {
/// A [Ball] that launches from the [Plunger]. /// A [Ball] that launches from the [Plunger].

Loading…
Cancel
Save