diff --git a/lib/game/components/ball.dart b/lib/game/components/ball.dart index 4e829c71..84a45b6a 100644 --- a/lib/game/components/ball.dart +++ b/lib/game/components/ball.dart @@ -11,7 +11,8 @@ import 'package:pinball_components/pinball_components.dart'; enum BallType { /// A [Ball] spawned from the [Plunger]. /// - /// [normal] balls reduce the [GameState.balls] + /// [normal] balls decrease the [GameState.balls] when they fall through the + /// the [BottomWall]. normal, /// A [Ball] was spawned by Dash in the [FlutterForest].