pneuma-godot/code/killzone.gd
2024-05-22 08:45:43 +02:00

4 lines
67 B
GDScript

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