extends ConfirmationDialog func _on_confirmed() -> void: Game.end_shift() hide() func _on_canceled() -> void: hide()