5 lines
67 B
GDScript3
5 lines
67 B
GDScript3
|
extends Area2D
|
||
|
|
||
|
func _on_body_entered(body):
|
||
|
body.death.emit()
|