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

Add ability dragging on cards to trigger scripts instead of initiating a drag & drop of the card object #81

Closed db0 closed 3 years ago

db0 commented 3 years ago

Some games might want cards not being moved manually. instead, dragging from them is trying to activate their targeted effects. There should be some way to specify those kinds of cards and how to trigger such scripts