Godot Version
Godot 4.3
Question
Okay i am absoloutly breaking right now.
I will show the Code first and explain it and then i try to explain my problem.
This is the Global Signals list. I use the Signal “day_pass(day)”
I emit the Signal on the press of a button
Then i connect it to a function in another node
Which should just print “Test” for now. In my Head though.
If i start the Programm and press the named button ONE TIME my console looks like this:
And yes it runs all the code in the function three times. i tried around for a bit but was not able to fix it, maybe i connected the Signals in a wrong way? did some other mistake? i dont know but its nagging me .
Maybe someone can help me with this, i would be very happy. Thank you very much for your time and have a nice evening.