8 lines
62 B
GDScript
8 lines
62 B
GDScript
extends Area2D
|
|
|
|
|
|
|
|
|
|
func _on_body_entered(body):
|
|
print("hai")
|