4 lines
64 B
GDScript
4 lines
64 B
GDScript
extends Area2D
|
|
|
|
func _on_body_entered(body):
|
|
body.death.emit()
|