Skip to content

Commit

Permalink
Restores backbox size
Browse files Browse the repository at this point in the history
  • Loading branch information
astivi committed Jul 8, 2024
1 parent 935c3e6 commit c7e1701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/game/components/backbox/backbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ class _BackboxSpriteComponent extends SpriteComponent with HasGameRef {
),
);
this.sprite = sprite;
size = sprite.originalSize / 10;
size = sprite.originalSize / 20;
}
}

0 comments on commit c7e1701

Please sign in to comment.