2025-02-03 21:25:04 +01:00

5 lines
124 B
GDScript

extends Main
func _on_custom_signal_example(delta_time):
print("DeltaTime value sent from C++ to GDScript: ", delta_time)