extends Button @export var link="TODO" func _ready(): pressed.connect( func (): OS.shell_open(link) )