pneuma-pygame/Godot/code/killzone.gd
2024-05-17 01:16:20 +02:00

4 lines
67 B
GDScript

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