-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiscard.tscn
98 lines (87 loc) · 2.59 KB
/
Discard.tscn
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
90
91
92
93
94
95
96
97
98
[gd_scene load_steps=5 format=2]
[sub_resource type="StyleBoxEmpty" id=1]
[sub_resource type="StyleBoxFlat" id=2]
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 0.121569, 0.988235, 1, 1 )
corner_radius_top_left = 3
corner_radius_top_right = 1
corner_radius_bottom_right = 3
corner_radius_bottom_left = 1
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.32549, 0.290196, 0.258824, 1 )
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 1, 1, 1, 1 )
[sub_resource type="StyleBoxFlat" id=4]
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 1, 1, 1, 1 )
[node name="Discard" type="PanelContainer"]
margin_left = 7.0
margin_top = 7.0
margin_right = 77.0
margin_bottom = 103.0
rect_min_size = Vector2( 70, 96 )
size_flags_horizontal = 0
size_flags_vertical = 0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BorderMargin" type="MarginContainer" parent="."]
margin_right = 70.0
margin_bottom = 96.0
custom_constants/margin_right = 3
custom_constants/margin_top = 3
custom_constants/margin_left = 3
custom_constants/margin_bottom = 3
[node name="CenterPanel" type="PanelContainer" parent="BorderMargin"]
margin_left = 3.0
margin_top = 3.0
margin_right = 67.0
margin_bottom = 93.0
custom_styles/panel = SubResource( 2 )
[node name="DecalMargin" type="MarginContainer" parent="BorderMargin/CenterPanel"]
margin_left = 2.0
margin_top = 2.0
margin_right = 62.0
margin_bottom = 88.0
custom_constants/margin_right = 2
custom_constants/margin_top = 2
custom_constants/margin_left = 2
custom_constants/margin_bottom = 2
[node name="IconMargin" type="MarginContainer" parent="BorderMargin/CenterPanel/DecalMargin"]
margin_left = 2.0
margin_top = 2.0
margin_right = 58.0
margin_bottom = 84.0
custom_constants/margin_right = 10
custom_constants/margin_top = 20
custom_constants/margin_left = 10
custom_constants/margin_bottom = 20
[node name="Icon" type="PanelContainer" parent="BorderMargin/CenterPanel/DecalMargin/IconMargin"]
margin_left = 10.0
margin_top = 20.0
margin_right = 46.0
margin_bottom = 62.0
custom_styles/panel = SubResource( 3 )
[node name="ID" type="PanelContainer" parent="BorderMargin/CenterPanel/DecalMargin"]
margin_left = 2.0
margin_top = 2.0
margin_right = 14.0
margin_bottom = 18.0
rect_min_size = Vector2( 12, 16 )
size_flags_horizontal = 0
size_flags_vertical = 0
custom_styles/panel = SubResource( 4 )