godot signals in gdscript and c-sharp
- custom signals, with arguments, connect button to events from a different node, and timer.
Source code for signals using:
1. gd script = https://github.com/nirvik00/gdscript_...
2. c sharp = https://github.com/nirvik00/godot_sig...