1 [gd_scene load_steps=6 format=3 uid="uid://ddlxjde1cx035"]
3 [ext_resource type="Script" uid="uid://bgjcxk4qkst31" path="res://addons/dialogic/Editor/Common/BrowserItem.gd" id="1_s3kf0"]
5 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pfw08"]
6 bg_color = Color(1, 1, 1, 0.32549)
7 corner_radius_top_left = 10
8 corner_radius_top_right = 10
9 corner_radius_bottom_right = 10
10 corner_radius_bottom_left = 10
11 expand_margin_left = 4.0
12 expand_margin_top = 4.0
13 expand_margin_right = 4.0
14 expand_margin_bottom = 4.0
16 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ab24c"]
17 bg_color = Color(1, 1, 1, 1)
18 corner_radius_top_left = 10
19 corner_radius_top_right = 10
20 corner_radius_bottom_right = 10
21 corner_radius_bottom_left = 10
23 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qnehp"]
24 bg_color = Color(0, 0, 0, 1)
25 corner_radius_top_left = 10
26 corner_radius_top_right = 10
27 corner_radius_bottom_right = 10
28 corner_radius_bottom_left = 10
29 shadow_color = Color(0.847059, 0.847059, 0.847059, 0.384314)
32 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nxx8t"]
33 bg_color = Color(0.435294, 0.435294, 0.435294, 0.211765)
37 border_width_right = 2
38 border_width_bottom = 2
39 corner_radius_top_left = 10
40 corner_radius_top_right = 10
41 corner_radius_bottom_right = 10
42 corner_radius_bottom_left = 10
43 expand_margin_left = 4.0
44 expand_margin_top = 4.0
45 expand_margin_right = 4.0
46 expand_margin_bottom = 4.0
48 [node name="BrowserItem" type="MarginContainer"]
49 custom_minimum_size = Vector2(200, 150)
54 size_flags_horizontal = 0
56 theme_override_constants/margin_left = 4
57 theme_override_constants/margin_top = 4
58 theme_override_constants/margin_right = 4
59 theme_override_constants/margin_bottom = 4
60 script = ExtResource("1_s3kf0")
62 [node name="HoverBG" type="Panel" parent="."]
63 unique_name_in_owner = true
67 theme_override_styles/panel = SubResource("StyleBoxFlat_pfw08")
69 [node name="VBox" type="VBoxContainer" parent="."]
72 theme_override_constants/separation = 0
75 [node name="Panel" type="PanelContainer" parent="VBox"]
76 unique_name_in_owner = true
77 self_modulate = Color(0.0705882, 0.0705882, 0.0705882, 1)
80 size_flags_vertical = 3
82 theme_override_styles/panel = SubResource("StyleBoxFlat_ab24c")
84 [node name="Image" type="TextureRect" parent="VBox/Panel"]
85 unique_name_in_owner = true
87 size_flags_vertical = 3
92 [node name="CurrentIcon" type="TextureRect" parent="VBox/Panel/Image"]
93 unique_name_in_owner = true
104 tooltip_text = "Currently in use"
107 [node name="Panel" type="Panel" parent="VBox/Panel/Image"]
120 theme_override_styles/panel = SubResource("StyleBoxFlat_qnehp")
122 [node name="Icon" type="TextureRect" parent="VBox/Panel/Image/Panel"]
123 unique_name_in_owner = true
137 [node name="Name" type="Label" parent="VBox"]
138 unique_name_in_owner = true
140 text = "Dialogic Theme"
141 horizontal_alignment = 1
143 [node name="FocusFG" type="Panel" parent="."]
144 unique_name_in_owner = true
148 theme_override_styles/panel = SubResource("StyleBoxFlat_nxx8t")
150 [connection signal="focus_entered" from="." to="." method="_on_focus_entered"]
151 [connection signal="focus_exited" from="." to="." method="_on_focus_exited"]
152 [connection signal="gui_input" from="." to="." method="_on_gui_input"]
153 [connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
154 [connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]