mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
b55a462945
After months of work and over a hundred commits on this repo alone (not to mention the old, half-working repos on GitHub), StreamGraph is finally ready to be shown to the public, even if in an incomplete state. This PR is a culmination of numerous design discussions, re-writes, and hours spent by both @Eroax and myself. Reviewed-on: https://codeberg.org/Eroax/StreamGraph/pulls/18 Co-authored-by: Lera Elvoé <yagich@poto.cafe> Co-committed-by: Lera Elvoé <yagich@poto.cafe>
81 lines
2.3 KiB
Text
81 lines
2.3 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://dhss3lpo1mhke"]
|
|
|
|
[ext_resource type="Script" path="res://addons/no_twitch/twitch_connection.gd" id="1_13a4v"]
|
|
[ext_resource type="Script" path="res://addons/no_twitch/demo/demo_scene.gd" id="1_ebv0f"]
|
|
[ext_resource type="Script" path="res://addons/no_twitch/demo/test_button.gd" id="1_hhhwv"]
|
|
[ext_resource type="Script" path="res://addons/no_twitch/demo/Chat_Join.gd" id="2_b8f4l"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_ebv0f")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -206.0
|
|
offset_top = -68.0
|
|
offset_right = 211.0
|
|
offset_bottom = 68.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Authenticate" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Authenticate"
|
|
script = ExtResource("1_hhhwv")
|
|
|
|
[node name="Start_Chat_Connection" type="Button" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Start Connection"
|
|
|
|
[node name="Chat_Join" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
script = ExtResource("2_b8f4l")
|
|
|
|
[node name="Channel_Input" type="LineEdit" parent="VBoxContainer/Chat_Join"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
placeholder_text = "Channel"
|
|
|
|
[node name="Join_Chat" type="Button" parent="VBoxContainer/Chat_Join"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Join"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Channel" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 0.45
|
|
placeholder_text = "Channel"
|
|
|
|
[node name="Chat_Msg" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
placeholder_text = "Chat Message"
|
|
|
|
[node name="Send_Button" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Send"
|
|
|
|
[node name="Twitch_Connection" type="Node" parent="."]
|
|
unique_name_in_owner = true
|
|
script = ExtResource("1_13a4v")
|