Updated GeneralPanel
Updated UI to have Section for Display Added logic to handle Authorizing Streamer and Bot. Added logic to handle Connecting to OBS. Added Loading/Saving Logic for other settings in the General Panel.
This commit is contained in:
parent
73615a9bb4
commit
ba537bc791
2 changed files with 80 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_7naex"]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 8.0
|
||||
content_margin_right = 78.538
|
||||
content_margin_right = 181.345
|
||||
texture = ExtResource("2_7naex")
|
||||
texture_margin_left = 3.08429
|
||||
texture_margin_top = 5.50548
|
||||
|
|
@ -19,7 +19,7 @@ region_rect = Rect2(93, 474, 41, 33)
|
|||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_en626"]
|
||||
content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 72.538
|
||||
content_margin_right = 175.345
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.3)
|
||||
border_width_bottom = 2
|
||||
|
|
@ -33,7 +33,7 @@ corner_detail = 5
|
|||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_v8ga3"]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 8.0
|
||||
content_margin_right = 78.538
|
||||
content_margin_right = 181.345
|
||||
texture = ExtResource("2_7naex")
|
||||
texture_margin_left = 3.08429
|
||||
texture_margin_top = 5.50548
|
||||
|
|
@ -218,3 +218,26 @@ unique_name_in_owner = true
|
|||
custom_minimum_size = Vector2(240, 0)
|
||||
layout_mode = 2
|
||||
text = "Connect OBS"
|
||||
|
||||
[node name="Control3" type="Control" parent="MarginContainer/VBoxContainer" unique_id=292441254]
|
||||
custom_minimum_size = Vector2(0, 20)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label4" type="Label" parent="MarginContainer/VBoxContainer" unique_id=1102442861]
|
||||
layout_mode = 2
|
||||
text = "Display"
|
||||
|
||||
[node name="HSeparator4" type="HSeparator" parent="MarginContainer/VBoxContainer" unique_id=2077615507]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=1279240869]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="UseScreen" type="CheckBox" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=480029198]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Use Specific Screen:"
|
||||
|
||||
[node name="DisplayScreen" type="OptionButton" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=151546822]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue