Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
extends Main
|
||||
|
||||
func _on_custom_signal_example(delta_time):
|
||||
print("DeltaTime value sent from C++ to GDScript: ", delta_time)
|
||||
Reference in New Issue
Block a user