Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
244
stars
270
forks
source link
Update code guidelines with signal pattern and follow new GDScript guidelines #24
Closed
razcore-rad closed 5 years ago
Events
singleton for managing signals easier as a godot specific patternvar_name : type = Type
tovar_name: type = Type
as per GDScript new guideline