godot signals in gdscript and c-sharp c#

Опубликовано: 01 Октябрь 2024
на канале: nirvik saha
79
0

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...