Refactoring UI
Refactoring Main UI.
This commit is contained in:
parent
74a22f0792
commit
583f0fbe38
2 changed files with 1 additions and 144 deletions
|
|
@ -52,55 +52,6 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
script = ExtResource("1_bgu0c")
|
||||
|
||||
[node name="Controls" type="VBoxContainer" parent="." unique_id=1372792566]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Controls" unique_id=1218191491]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="AuthTwitch" type="Button" parent="Controls/HBoxContainer" unique_id=262058607]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Auth Twitch"
|
||||
|
||||
[node name="AuthBot" type="Button" parent="Controls/HBoxContainer" unique_id=64725557]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Auth Bot"
|
||||
|
||||
[node name="BotHello" type="Button" parent="Controls/HBoxContainer" unique_id=353165911]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Bot Send Hello"
|
||||
|
||||
[node name="AutoConnect" type="CheckBox" parent="Controls/HBoxContainer" unique_id=171499895]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Auto-Connect"
|
||||
|
||||
[node name="ExitOverlay" type="Button" parent="Controls/HBoxContainer" unique_id=655410314]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 10
|
||||
text = "Exit"
|
||||
|
||||
[node name="ChatHistory" type="ScrollContainer" parent="Controls" unique_id=1443037902]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
horizontal_scroll_mode = 0
|
||||
|
||||
[node name="ChatList" type="VBoxContainer" parent="Controls/ChatHistory" unique_id=895834768]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="TwitcherExtended" type="Node" parent="." unique_id=1225944144 node_paths=PackedStringArray("service", "chat", "bot", "chatbot_auth", "eventsub", "api", "auth", "media")]
|
||||
script = ExtResource("2_x1kh3")
|
||||
streamer_token = ExtResource("3_vhvw8")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue