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

mapping nodes to onready variables for readability and formatter code #45

Closed vmjcv closed 3 years ago

vmjcv commented 3 years ago
  1. mapping nodes to onready variables for readability and formatter code
db0 commented 3 years ago

Good job. Running GUT to confirm. Did you also run it yourself?

db0 commented 3 years ago

Oh btw, try to keep in mind the godot syntax guideline as I'm following it pretty strictly. Your onready vars should be just before _ready. I'll adapt on my end later

vmjcv commented 3 years ago

Yes, I verified it. Okay, I will take a closer look at the grammar guide later, I use the vscode plugin to format the code, it feels very useful