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

New BoardPlacement value for autoplacement to named grid #119

Closed db0 closed 3 years ago

db0 commented 3 years ago

When the board_placement var is set to autoplacement, manually dragging anywhere on the board will automatically place the card in a free slot in the specified named grid. If a free slot doesn't exist, it will either autoextend it, if allowed, or return the card back to hand.