godot-card-game-framework icon indicating copy to clipboard operation
godot-card-game-framework copied to clipboard

Refactor so that cards are always renderred really large, then scaled down to the proportions requested by the player

Open db0 opened this issue 2 years ago • 0 comments

This would be a way to workaround the text blurriness when the card is scaled up using the scale property, such as when focusing on hand.

One options if to default to a large size, regardless of what the player puts as card size, and the calculate the "scale" needed to apply to cards in hand or deck, based on their difference, and do it transparently

db0 avatar Aug 02 '22 08:08 db0