From b92ee475a29b53e931b0b802cc6a8b3d5135d5f5 Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Thu, 10 Mar 2022 10:44:22 -0300 Subject: [PATCH] fix: misisng doc --- lib/game/components/flipper.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/game/components/flipper.dart b/lib/game/components/flipper.dart index 0a35d24a..16754ed3 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].