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

issue in Quick Start Guide #180

Open m986883511 opened 1 year ago

m986883511 commented 1 year ago

In https://github.com/db0/godot-card-game-framework/blob/main/tutorial/QUICKSTART.md#21-create-custom-board-and-info-panel-scenes. when I finish "right-click on res://src/core/Main.tscn and select "New Inherited Scene". A new unsaved scene will open.". image

my godot like this: image

number 6 step confuse me , I can not see "Script Variables" or "[empty] In the Inspector , I found it should load a tscn first, then it will show, but I don't knwon how to do, please help me.

db0 commented 1 year ago

Hmm, maybe behaviour has changed since. Try to save the scene first (next step) and then check if it exists

m986883511 commented 1 year ago

I save it to new_card_game/Main.tscn, it like this, do not exist, image

I am use godot 3.5, is the version wrong?

db0 commented 1 year ago

I wrote this in Godot 3.3, so maybe. Try to reload the project and check if it exists now

m986883511 commented 1 year ago

yes, use 3.3 version, it exist now, new problem image

can you explain what scene?

markp3rry commented 7 months ago

I have suggested a edit to the quickstart guide today that will address this question, once the pull request is approved this step will become clearer.