Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var play_button = get_node("PlayButton")
- func _ready():
- play_button.connect("pressed", self, "play")
- func play():
- # Do this.
- pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement