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

Allow cards to change orientation once they're placed on the table #7

Closed db0 closed 3 years ago

db0 commented 3 years ago

Once a card object has been moved to the play area, the player should be able to turn it 90 degrees sideways though some function.

By default that function should be assigned to double-clicking the card.

Provide code in the library to change the orientation further (e.g. 180 degrees) or add more orientation options with other shortcuts/calls