-
Notifications
You must be signed in to change notification settings - Fork 6
/
inspector_theme.tres
89 lines (83 loc) · 4.49 KB
/
inspector_theme.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[gd_resource type="Theme" load_steps=16 format=3 uid="uid://dyf67c0ud50ts"]
[ext_resource type="Texture2D" uid="uid://behw48c2idpa1" path="res://addons/object-inspector/icons/file.svg" id="1_65vh4"]
[ext_resource type="Texture2D" uid="uid://cr6jrnuywr8g4" path="res://addons/object-inspector/icons/maximize.svg" id="1_hfaeu"]
[ext_resource type="Texture2D" uid="uid://cfw5fv6chuy5o" path="res://addons/object-inspector/icons/collapsed.svg" id="1_hpca1"]
[ext_resource type="Texture2D" uid="uid://dec8bwwwl2po1" path="res://addons/object-inspector/icons/expanded.svg" id="2_0jwgf"]
[ext_resource type="Texture2D" uid="uid://bq3g4y2emis6p" path="res://addons/object-inspector/icons/search.svg" id="2_vebvf"]
[ext_resource type="Texture2D" uid="uid://ce8g2ipkdytv4" path="res://addons/object-inspector/icons/page_first.svg" id="5_e0bdv"]
[ext_resource type="Texture2D" uid="uid://xk56atdieu1t" path="res://addons/object-inspector/icons/edit.svg" id="5_x0g0o"]
[ext_resource type="Texture2D" uid="uid://ccs8xtkn7x5wd" path="res://addons/object-inspector/icons/page_last.svg" id="6_wdbtw"]
[ext_resource type="Texture2D" uid="uid://bd0mwwwcv347l" path="res://addons/object-inspector/icons/page_next.svg" id="7_hjbvh"]
[ext_resource type="Texture2D" uid="uid://cysi7j6pgq3m" path="res://addons/object-inspector/icons/page_prev.svg" id="8_ybigx"]
[ext_resource type="Texture2D" uid="uid://bblbrs0vcnuui" path="res://addons/object-inspector/icons/delete.svg" id="9_t1qfx"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_h08j0"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ds1an"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0, 0, 0, 0.5)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 3
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_idiuy"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.225, 0.225, 0.225, 0.5)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 3
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cncyr"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(1, 1, 1, 0.125)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 3
anti_aliasing = false
[resource]
BoxContainer/constants/separation = 2
FlowContainer/constants/h_separation = 2
FlowContainer/constants/v_separation = 2
Inspector/base_type = &"VBoxContainer"
Inspector/icons/file = ExtResource("1_65vh4")
Inspector/icons/maximize = ExtResource("1_hfaeu")
Inspector/icons/search = ExtResource("2_vebvf")
InspectorProperty/base_type = &"PanelContainer"
InspectorProperty/styles/panel = SubResource("StyleBoxEmpty_h08j0")
InspectorPropertyArray/base_type = &"PanelContainer"
InspectorPropertyArray/icons/delete = ExtResource("9_t1qfx")
InspectorPropertyArray/icons/edit = ExtResource("5_x0g0o")
InspectorPropertyArray/styles/panel = SubResource("StyleBoxEmpty_h08j0")
InspectorPropertyCategory/base_type = &"PanelContainer"
InspectorPropertyCategory/styles/header = SubResource("StyleBoxFlat_ds1an")
InspectorPropertyCategory/styles/panel = SubResource("StyleBoxEmpty_h08j0")
InspectorPropertyDictionary/base_type = &"PanelContainer"
InspectorPropertyDictionary/icons/delete = ExtResource("9_t1qfx")
InspectorPropertyDictionary/icons/edit = ExtResource("5_x0g0o")
InspectorPropertyDictionary/styles/panel = SubResource("StyleBoxEmpty_h08j0")
InspectorPropertyGroup/base_type = &"PanelContainer"
InspectorPropertyGroup/icons/collapsed = ExtResource("1_hpca1")
InspectorPropertyGroup/icons/expanded = ExtResource("2_0jwgf")
InspectorPropertyGroup/styles/panel = SubResource("StyleBoxFlat_idiuy")
InspectorPropertyPaginator/base_type = &"VBoxContainer"
InspectorPropertyPaginator/icons/page_first = ExtResource("5_e0bdv")
InspectorPropertyPaginator/icons/page_last = ExtResource("6_wdbtw")
InspectorPropertyPaginator/icons/page_next = ExtResource("7_hjbvh")
InspectorPropertyPaginator/icons/page_prev = ExtResource("8_ybigx")
InspectorPropertySubGroup/base_type = &"InspectorPropertyGroup"
InspectorPropertySubGroup/styles/panel = SubResource("StyleBoxFlat_cncyr")
InspectorSubProperty/base_type = &"InspectorProperty"
InspectorSubProperty/styles/panel = SubResource("StyleBoxFlat_cncyr")