This commit is contained in:
2024-10-25 16:53:28 +02:00
parent a799c0c1bc
commit 5684e58b09
4 changed files with 142 additions and 2 deletions

7
scripts/coin.gd Normal file
View File

@ -0,0 +1,7 @@
extends Area2D
func _on_body_entered(body: Node2D) -> void:
print("+1 coin!!")
queue_free()