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

Create a Card Script builder #131

Open db0 opened 3 years ago

db0 commented 3 years ago

Idea for a new godot tool for CGF.

The designer should be able to use script building blocks. One block for triggers, children blocks for position, children blocks for each Task.

Each Task block would have drop-down menus and checkboxes specifying the available tasks, and the possible options for each.