Restores backbox size

pull/505/head
Alvaro Almeida Freire Stivi 1 year ago
parent 935c3e684c
commit c7e1701dcb
No known key found for this signature in database

@ -161,6 +161,6 @@ class _BackboxSpriteComponent extends SpriteComponent with HasGameRef {
),
);
this.sprite = sprite;
size = sprite.originalSize / 10;
size = sprite.originalSize / 20;
}
}

Loading…
Cancel
Save