|
|
@ -1,7 +1,8 @@ |
|
|
|
[gd_scene load_steps=3 format=2] |
|
|
|
[gd_scene load_steps=4 format=2] |
|
|
|
|
|
|
|
[ext_resource path="res://gui/forms/twitch_config/TwitchAuthConfig.gd" type="Script" id=1] |
|
|
|
[ext_resource path="res://gui/widgets/Background.tscn" type="PackedScene" id=2] |
|
|
|
[ext_resource path="res://gui/popups/TwitchSettingsHelpPopup.tscn" type="PackedScene" id=3] |
|
|
|
|
|
|
|
[node name="TwitchAuthConfig" type="Control"] |
|
|
|
anchor_right = 1.0 |
|
|
@ -145,8 +146,20 @@ margin_right = 54.0 |
|
|
|
margin_bottom = 20.0 |
|
|
|
text = "Cancel" |
|
|
|
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="CenterContainer/VBoxContainer/ButtonsContainer"] |
|
|
|
[node name="VSeparator1" type="VSeparator" parent="CenterContainer/VBoxContainer/ButtonsContainer"] |
|
|
|
margin_left = 58.0 |
|
|
|
margin_right = 83.0 |
|
|
|
margin_bottom = 20.0 |
|
|
|
size_flags_horizontal = 3 |
|
|
|
|
|
|
|
[node name="HelpButton" type="Button" parent="CenterContainer/VBoxContainer/ButtonsContainer"] |
|
|
|
margin_left = 87.0 |
|
|
|
margin_right = 129.0 |
|
|
|
margin_bottom = 20.0 |
|
|
|
text = "Help" |
|
|
|
|
|
|
|
[node name="VSeparator2" type="VSeparator" parent="CenterContainer/VBoxContainer/ButtonsContainer"] |
|
|
|
margin_left = 133.0 |
|
|
|
margin_right = 158.0 |
|
|
|
margin_bottom = 20.0 |
|
|
|
size_flags_horizontal = 3 |
|
|
@ -156,7 +169,10 @@ margin_left = 162.0 |
|
|
|
margin_right = 203.0 |
|
|
|
margin_bottom = 20.0 |
|
|
|
text = "Save" |
|
|
|
|
|
|
|
[node name="TwitchSettingsHelpPopup" parent="." instance=ExtResource( 3 )] |
|
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/ClientIdContainer/ClientIdHelpButton" to="." method="_on_ClientIdHelpButton_pressed"] |
|
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/OAuthContainer/OAuthHelpButton" to="." method="_on_OAuthHelpButton_pressed"] |
|
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/ButtonsContainer/CancelButton" to="." method="_on_CancelButton_pressed"] |
|
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/ButtonsContainer/HelpButton" to="." method="_on_HelpButton_pressed"] |
|
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/ButtonsContainer/SaveButton" to="." method="_on_SaveButton_pressed"] |