clowder/scripts/Area2D.gd
2024-03-03 21:17:01 +01:00

8 lines
62 B
GDScript

extends Area2D
func _on_body_entered(body):
print("hai")