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