docs: improved bumper docs

pull/381/head
alestiago 3 years ago
parent 2fa291ea9e
commit 37e089b435

@ -11,7 +11,7 @@ import 'package:pinball_flame/pinball_flame.dart';
export 'cubit/dash_bumper_cubit.dart';
/// {@template dash_bumper}
/// Bumper with a nest appearance.
/// Bumper for the flutter forest.
/// {@endtemplate}
class DashBumper extends BodyComponent with InitialPosition {
/// {@macro dash_bumper}

@ -11,7 +11,7 @@ import 'package:pinball_flame/pinball_flame.dart';
export 'cubit/sparky_bumper_cubit.dart';
/// {@template sparky_bumper}
/// Bumper for Sparky area.
/// Bumper for the Sparky Scorch.
/// {@endtemplate}
class SparkyBumper extends BodyComponent with InitialPosition, ZIndex {
/// {@macro sparky_bumper}

Loading…
Cancel
Save