[gd_scene load_steps=2 format=2] [ext_resource path="res://Components/MastoAuthCode.gd" type="Script" id=1] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="Button2" type="Button" parent="."] anchor_left = 1.0 anchor_right = 1.0 margin_left = -71.0 margin_top = 10.0 margin_right = -17.0 margin_bottom = 30.0 text = "Cancel" __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_top = 0.5 anchor_right = 1.0 anchor_bottom = 0.5 margin_top = -33.0 __meta__ = { "_edit_use_anchors_": false } [node name="Label" type="Label" parent="VBoxContainer"] margin_right = 1024.0 margin_bottom = 14.0 text = "Launched an authorisation request in your system's browser, please note down the code and enter it in the box below to continue" align = 1 valign = 1 [node name="LineEdit" type="LineEdit" parent="VBoxContainer"] margin_top = 18.0 margin_right = 1024.0 margin_bottom = 42.0 [node name="Button" type="Button" parent="VBoxContainer"] margin_top = 46.0 margin_right = 1024.0 margin_bottom = 66.0 text = "Authorize" __meta__ = { "_edit_use_anchors_": false } [connection signal="pressed" from="Button2" to="." method="_on_Button2_pressed"] [connection signal="pressed" from="VBoxContainer/Button" to="." method="_on_Button_pressed"]