From 998b316a09b554012bad331d8a9838082e124374 Mon Sep 17 00:00:00 2001 From: arturplaczek Date: Fri, 22 Apr 2022 18:19:56 +0200 Subject: [PATCH] fix: update description --- packages/pinball_theme/lib/src/themes/character_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinball_theme/lib/src/themes/character_theme.dart b/packages/pinball_theme/lib/src/themes/character_theme.dart index bfb8987c..072c917f 100644 --- a/packages/pinball_theme/lib/src/themes/character_theme.dart +++ b/packages/pinball_theme/lib/src/themes/character_theme.dart @@ -27,7 +27,7 @@ abstract class CharacterTheme extends Equatable { /// Icon asset for the leaderboard. AssetGenImage get leaderboardIcon; - /// Icon asset for the the animation. + /// Asset for the the idle character animation. AssetGenImage get animation; @override