pneuma-godot/code/killzone.gd
2024-06-13 18:44:02 +02:00

4 lines
64 B
GDScript

extends Area2D
func _on_body_entered(body):
body.death.emit()