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
947 stars 100 forks source link

How do you increase card/game size? #179

Closed crisdesivo closed 1 year ago

crisdesivo commented 1 year ago

I find the default size of the cards hard to read, so I tried creating bigger cards but I'm not sure what are all the places where I should enlarge the nodes.

Any help?

db0 commented 1 year ago

Check inf CFConst. There is a constant that specifies the expected size. After that you'll need to edit your CardFront and CardBack scenes and adjust the control elements in there to match the default size of your card.