class_name QuitConfirmDialog extends ConfirmDialog func _ready() -> void: super._ready() confirmed.connect(func(): get_tree().quit())