db0 / godot-card-game-framework

A framework which comes with prepared scenes and classes to kickstart your card game, as well as a powerful scripting engine to use to provide full rules enforcement.
http://dbzer0.com/projects/godot-card-game-framework/
GNU Affero General Public License v3.0
907 stars 96 forks source link

Adjust title and card text font size depending on the amount of chars #70

Closed db0 closed 3 years ago

db0 commented 3 years ago

If one puts too much text in the card, it exceeds its panel boundaries. Font size should start decreasing when there's too many chars, so that it always fits in the rect.

vmjcv commented 3 years ago

i will do it

vmjcv commented 3 years ago

you can see this https://github.com/db0/godot-card-gaming/pull/73

db0 commented 3 years ago

Thanks. Just FYI, if you put the number of the Issue (like "#70") into your commit or pull request, it will update the issue as well. This way you don't have to manually leave a comment in the issue