diff --git a/lib/animations.dart b/lib/animations.dart index 9154091..9fc6eef 100644 --- a/lib/animations.dart +++ b/lib/animations.dart @@ -73,8 +73,8 @@ class DashAnimations { thinkingAnimation = SpriteAnimation.fromFrameData( thinking, SpriteAnimationData.sequenced( - amount: 12, - amountPerRow: 4, + amount: 24, + amountPerRow: 5, stepTime: 0.07, textureSize: Vector2.all(1500), loop: false, diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index ae0b14e..5ae38f7 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -20,7 +20,7 @@ "@questionScreenTitle": { "description": "Title shown on Question screen" }, - "questionHint": "Ex: How do I manage a state?", + "questionHint": "Ex: How do I manage state?", "@questionHint": { "description": "Hint shown on Question screen" }, @@ -40,4 +40,4 @@ "@backToAIAnswer": { "description": "Text in back to AI answer button." } -} \ No newline at end of file +}