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
895 stars 96 forks source link

Add a pile floor image, a pile name label and a amount of cards label #105

Closed db0 closed 3 years ago

db0 commented 3 years ago

Currently one cannot see where an empty pile is. Having to option to display either a cardback, a modulated colour, or some other custom image when a pile is empty, will help players locate it.

A label on over of the pile showing its name should also be beneficial

Also we should have a counter along with the label showing how many cards are currently in the pile