extends Control func _on_DoneButton_pressed(): App.go_to_main_menu() func _on_TwitchConfigureButton_pressed(): App.go_to_twitch_settings() func _on_TwitchCheckButton_toggled(button_pressed): if button_pressed: App.go_to_twitch_settings()