From 5334e129e66313f187929ba8916475ec0bb38856 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 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].