-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathinspector_theme.tres
More file actions
89 lines (83 loc) · 4.45 KB
/
inspector_theme.tres
File metadata and controls
89 lines (83 loc) · 4.45 KB
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://brgv3slrtq5v1"]
[ext_resource type="Texture2D" uid="uid://b82h7242i36or" path="res://addons/object-inspector/icons/file.svg" id="1_65vh4"]
[ext_resource type="Texture2D" uid="uid://dvt70e6munbkf" path="res://addons/object-inspector/icons/maximize.svg" id="1_hfaeu"]
[ext_resource type="Texture2D" uid="uid://faojaqlvg054" path="res://addons/object-inspector/icons/collapsed.svg" id="1_hpca1"]
[ext_resource type="Texture2D" uid="uid://c5cbw3xdfivxx" path="res://addons/object-inspector/icons/expanded.svg" id="2_0jwgf"]
[ext_resource type="Texture2D" uid="uid://bi7im00qdi8of" path="res://addons/object-inspector/icons/search.svg" id="2_vebvf"]
[ext_resource type="Texture2D" uid="uid://cujxaq5yaha2c" path="res://addons/object-inspector/icons/page_first.svg" id="5_e0bdv"]
[ext_resource type="Texture2D" uid="uid://bvqcp5vebapcw" path="res://addons/object-inspector/icons/edit.svg" id="5_x0g0o"]
[ext_resource type="Texture2D" uid="uid://cq5bgu087atty" path="res://addons/object-inspector/icons/page_last.svg" id="6_wdbtw"]
[ext_resource type="Texture2D" uid="uid://qiroidw4fe7t" path="res://addons/object-inspector/icons/page_next.svg" id="7_hjbvh"]
[ext_resource type="Texture2D" uid="uid://77sssjy7pfpb" path="res://addons/object-inspector/icons/page_prev.svg" id="8_ybigx"]
[ext_resource type="Texture2D" uid="uid://clcforx3jk84m" path="res://addons/object-inspector/icons/delete.svg" id="9_t1qfx"]
[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
[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
[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")
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")
InspectorSubProperty/base_type = &"PropertyHandler"
InspectorSubProperty/styles/panel = SubResource("StyleBoxFlat_cncyr")
PropertyHandler/base_type = &"PanelContainer"
PropertyHandler/styles/panel = SubResource("StyleBoxEmpty_h08j0")
PropertyHandlerArray/base_type = &"PanelContainer"
PropertyHandlerArray/icons/delete = ExtResource("9_t1qfx")
PropertyHandlerArray/icons/edit = ExtResource("5_x0g0o")
PropertyHandlerArray/styles/panel = SubResource("StyleBoxEmpty_h08j0")
PropertyHandlerCategory/base_type = &"PanelContainer"
PropertyHandlerCategory/styles/header = SubResource("StyleBoxFlat_ds1an")
PropertyHandlerCategory/styles/panel = SubResource("StyleBoxEmpty_h08j0")
PropertyHandlerDictionary/base_type = &"PanelContainer"
PropertyHandlerDictionary/icons/delete = ExtResource("9_t1qfx")
PropertyHandlerDictionary/icons/edit = ExtResource("5_x0g0o")
PropertyHandlerDictionary/styles/panel = SubResource("StyleBoxEmpty_h08j0")
PropertyHandlerGroup/base_type = &"PanelContainer"
PropertyHandlerGroup/icons/collapsed = ExtResource("1_hpca1")
PropertyHandlerGroup/icons/expanded = ExtResource("2_0jwgf")
PropertyHandlerGroup/styles/panel = SubResource("StyleBoxFlat_idiuy")
PropertyHandlerSubGroup/base_type = &"PropertyHandlerGroup"
PropertyHandlerSubGroup/styles/panel = SubResource("StyleBoxFlat_cncyr")