godot-docs
godot-docs copied to clipboard
Update style guide for new export and setget syntax
-
export→@export -
setget→:set(new_value)
Also update to use new suggested syntax for emitting and connecting signals.
Updated according to the comments. I've also added a commit that changes the use of signals to the currently suggested ways.
Sorry for the wait. I think some of these changes have been addressed by other PRs in the meantime. Would you mind rebasing this and checking if there is anything left to fix?
Sure, updated.
Sorry we've been letting this one sit for so long! Merged and thanks for contributing :)