2023-12-08 10:53:06 +01:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://bq2lxmbnic4lc"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://graph_node_renderer/twitch_setup_dialog.gd" id="1_xx7my"]
|
|
|
|
|
|
|
|
[node name="twitch_setup_dialog" type="ConfirmationDialog"]
|
|
|
|
title = "Twitch Connection Setup"
|
|
|
|
position = Vector2i(0, 36)
|
|
|
|
size = Vector2i(375, 158)
|
|
|
|
min_size = Vector2i(375, 150)
|
|
|
|
script = ExtResource("1_xx7my")
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
anchors_preset = 5
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_right = 0.5
|
2023-12-15 22:10:00 +01:00
|
|
|
offset_left = -179.5
|
2023-12-08 10:53:06 +01:00
|
|
|
offset_top = 8.0
|
2023-12-15 22:10:00 +01:00
|
|
|
offset_right = 179.5
|
2023-12-08 10:53:06 +01:00
|
|
|
offset_bottom = 109.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
|
|
|
|
[node name="Authentication" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="Client_ID" type="LineEdit" parent="VBoxContainer/Authentication"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
tooltip_text = "The Twitch Client ID used by this Connection for it's Authentication. Defaults to the built in Client ID that the program ships with."
|
|
|
|
placeholder_text = "Custom Client ID (Optional)"
|
|
|
|
|
|
|
|
[node name="Authenticate" type="Button" parent="VBoxContainer/Authentication"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_stretch_ratio = 0.25
|
|
|
|
text = "Authenticate"
|
|
|
|
|
|
|
|
[node name="CheckBox" type="CheckBox" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
2023-12-15 22:10:00 +01:00
|
|
|
disabled = true
|
|
|
|
button_pressed = true
|
2023-12-08 10:53:06 +01:00
|
|
|
text = "Extra Chat Info"
|
|
|
|
|
|
|
|
[node name="Default_Chat" type="LineEdit" parent="VBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
placeholder_text = "Default Chat Channel"
|