6 lines
91 B
GDScript
6 lines
91 B
GDScript
extends Area2D
|
|
|
|
|
|
func _on_body_entered(body: Node2D) -> void:
|
|
print("Area enteredadaddd")
|