extends Area2D signal clicked @export var passthrough = false func _on_clicked(): clicked.emit() return passthrough