diff --git a/lib/game/components/flipper.dart b/lib/game/components/flipper.dart index 9aab7c0b..5d9a84df 100644 --- a/lib/game/components/flipper.dart +++ b/lib/game/components/flipper.dart @@ -46,6 +46,9 @@ class Flipper extends PositionBodyComponent with KeyboardHandler { ], ); + /// Asset location of the sprite that renders with the [Flipper]. + /// + /// Sprite is preloaded by [PinballGameAssetsX]. static const spritePath = 'components/flipper.png'; /// The width of the [Flipper].