Files
brackeys-knight/scripts/coin.gd
2025-10-20 14:02:27 +01:00

7 lines
98 B
GDScript

extends Area2D
func _on_body_entered(body: Node2D) -> void:
print("Plus 1 coin")
queue_free()