]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Editor/Common/BrowserItem.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Editor / Common / BrowserItem.tscn
1 [gd_scene load_steps=6 format=3 uid="uid://ddlxjde1cx035"]
2
3 [ext_resource type="Script" uid="uid://bgjcxk4qkst31" path="res://addons/dialogic/Editor/Common/BrowserItem.gd" id="1_s3kf0"]
4
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
15
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
22
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)
30 shadow_size = 5
31
32 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nxx8t"]
33 bg_color = Color(0.435294, 0.435294, 0.435294, 0.211765)
34 draw_center = false
35 border_width_left = 2
36 border_width_top = 2
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
47
48 [node name="BrowserItem" type="MarginContainer"]
49 custom_minimum_size = Vector2(200, 150)
50 offset_left = 1.0
51 offset_top = 1.0
52 offset_right = 128.0
53 offset_bottom = 102.0
54 size_flags_horizontal = 0
55 focus_mode = 2
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")
61
62 [node name="HoverBG" type="Panel" parent="."]
63 unique_name_in_owner = true
64 visible = false
65 layout_mode = 2
66 mouse_filter = 2
67 theme_override_styles/panel = SubResource("StyleBoxFlat_pfw08")
68
69 [node name="VBox" type="VBoxContainer" parent="."]
70 layout_mode = 2
71 mouse_filter = 2
72 theme_override_constants/separation = 0
73 alignment = 1
74
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)
78 clip_children = 2
79 layout_mode = 2
80 size_flags_vertical = 3
81 mouse_filter = 2
82 theme_override_styles/panel = SubResource("StyleBoxFlat_ab24c")
83
84 [node name="Image" type="TextureRect" parent="VBox/Panel"]
85 unique_name_in_owner = true
86 layout_mode = 2
87 size_flags_vertical = 3
88 mouse_filter = 2
89 expand_mode = 1
90 stretch_mode = 6
91
92 [node name="CurrentIcon" type="TextureRect" parent="VBox/Panel/Image"]
93 unique_name_in_owner = true
94 visible = false
95 layout_mode = 1
96 anchors_preset = 1
97 anchor_left = 1.0
98 anchor_right = 1.0
99 offset_left = -22.0
100 offset_top = 5.0
101 offset_right = -6.0
102 offset_bottom = 21.0
103 grow_horizontal = 0
104 tooltip_text = "Currently in use"
105 stretch_mode = 2
106
107 [node name="Panel" type="Panel" parent="VBox/Panel/Image"]
108 layout_mode = 1
109 anchors_preset = 3
110 anchor_left = 1.0
111 anchor_top = 1.0
112 anchor_right = 1.0
113 anchor_bottom = 1.0
114 offset_left = -37.0
115 offset_top = -36.0
116 offset_right = -7.0
117 offset_bottom = -6.0
118 grow_horizontal = 0
119 grow_vertical = 0
120 theme_override_styles/panel = SubResource("StyleBoxFlat_qnehp")
121
122 [node name="Icon" type="TextureRect" parent="VBox/Panel/Image/Panel"]
123 unique_name_in_owner = true
124 layout_mode = 1
125 anchors_preset = 15
126 anchor_right = 1.0
127 anchor_bottom = 1.0
128 offset_left = 4.0
129 offset_top = 4.0
130 offset_right = -4.0
131 offset_bottom = -4.0
132 grow_horizontal = 2
133 grow_vertical = 2
134 expand_mode = 1
135 stretch_mode = 5
136
137 [node name="Name" type="Label" parent="VBox"]
138 unique_name_in_owner = true
139 layout_mode = 2
140 text = "Dialogic Theme"
141 horizontal_alignment = 1
142
143 [node name="FocusFG" type="Panel" parent="."]
144 unique_name_in_owner = true
145 visible = false
146 layout_mode = 2
147 mouse_filter = 2
148 theme_override_styles/panel = SubResource("StyleBoxFlat_nxx8t")
149
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"]