Hello!
Recently i realized, that singleton (Autoload) as a "data manager" will resolve most of my problems in my project.
Only problem now is that i dont know how to connect signal from and to Singleton.
I tryed to connect it using "node.connect("signal", self, "function_name")", but i dont know how i can get this "node".
Probably i searched in wron places, but i didn't find any useful information.
So i'm asking there:
How i could connect signal from scene to singleton?
is it possible at all?
* If it is not possible, how i can realize same actions witout using signals?
I will be very tankful for any information that will help to understand how to solve this problem :)