Game created for the Godot Wild Jam #59.
class_name MyClass
extends AnotherClass
# Descriptive comment on the function of that script
const
variablesenum
variablessignal
declarationsexport
variablesonready
variables- any other variables
- built-in methods (
_ready
,_process
, etc.) - signal methods (
_on_button_pressed
, etc.) - any other methods