Skip to content

Instantly share code, notes, and snippets.

@henriiquecampos
Created November 30, 2017 15:37
Show Gist options
  • Save henriiquecampos/4b413160d2cb303281543db771189e56 to your computer and use it in GitHub Desktop.
Save henriiquecampos/4b413160d2cb303281543db771189e56 to your computer and use it in GitHub Desktop.
extends Control
func _ready():
#void call_group( int flags, String group, String method, Variant arg0=NULL, Variant arg1=NULL, Variant arg2=NULL, Variant arg3=NULL, Variant arg4=NULL )
#int connect( String signal, Object target, String method, Array binds=Array(), int flags=0 )
get_tree().call_group(0, "buttons", "connect", "pressed", self, "play_feedback", ["click"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment