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

Create the hand oval shaped #69

Closed vmjcv closed 3 years ago

vmjcv commented 3 years ago

1.Modified part of the test code 2.change tween animation 3.add the hand oval shaped

db0 commented 3 years ago

Thanks very much for doing this. The only thing I don't agree with it moving the recalculate() position to Utils. As this is a card specific function and used by each card object, it makes the most sense to keep it inside the Card class. The Utils class is for things which will be used. We can keep it as a static function inside Card though.