pneuma-godot/code/killzone.gd

5 lines
67 B
GDScript3
Raw Normal View History

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