This commit is contained in:
2026-05-17 11:28:40 +02:00
commit daa66d5b54
195 changed files with 9284 additions and 0 deletions

6
coin.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Area2D
func _on_body_entered(body: Node2D) -> void:
print("you got coing")
queue_free()
pass # Replace with function body.