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

1.3 Main should default board_scene to demo scene #113

Closed zombieCraig closed 3 years ago

zombieCraig commented 3 years ago

If someone doesn't read the quick start the demo should still work. Setting defaults will prevent crashing if they just run the framework.

db0 commented 3 years ago

Actually the demo is setup to have use custom/CGFMain.tcsn which is inheriting core/Main.tscn. CGFMain has board_scene set to CGFBoard.tcsn. This is the way it should be setup for games anyway.