Initial commit

This commit is contained in:
PoliEcho
2025-02-03 21:25:04 +01:00
committed by GitHub
commit 65af5ad2f9
1909 changed files with 14571 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
extends Main
func _on_custom_signal_example(delta_time):
print("DeltaTime value sent from C++ to GDScript: ", delta_time)