From 093bb4e869ca76730af8d0f464beeda3457aba26 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Tue, 12 Dec 2023 12:01:22 +0100 Subject: [PATCH] fix: changed thinking Dash sprites setup --- lib/animations.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,