5 lines
124 B
GDScript
5 lines
124 B
GDScript
extends Main
|
|
|
|
func _on_custom_signal_example(delta_time):
|
|
print("DeltaTime value sent from C++ to GDScript: ", delta_time)
|