Skip to content

Instantly share code, notes, and snippets.

@FEDE0D
Created August 11, 2015 18:15
#inside the singleton
func _ready():
Globals.set("singleton", self)
#in any other node
func example_func():
Globals.get("singleton") # get the singleton node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment