Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
fix: changed thinking Dash sprites setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiMiguel committed Dec 12, 2023
1 parent 6af4b96 commit 093bb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/animations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 093bb4e

Please sign in to comment.