Skip to content

Commit 504fa36

Browse files
committed
update
1 parent 4a35f10 commit 504fa36

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

main/scn/home/home.tscn

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919

2020
[sub_resource type="StyleBoxEmpty" id=1]
2121

22-
[sub_resource type="StyleBoxEmpty" id=4]
22+
[sub_resource type="StyleBoxEmpty" id=2]
2323

24-
[sub_resource type="StyleBoxFlat" id=2]
24+
[sub_resource type="StyleBoxFlat" id=3]
2525
bg_color = Color( 1, 0.352941, 0.247059, 1 )
2626
corner_radius_top_left = 40
2727
corner_radius_top_right = 40
2828
corner_radius_bottom_right = 40
2929
corner_radius_bottom_left = 40
3030
corner_detail = 20
3131

32-
[sub_resource type="DynamicFont" id=3]
32+
[sub_resource type="DynamicFont" id=4]
3333

3434
[sub_resource type="DynamicFont" id=5]
3535
size = 25
@@ -69,7 +69,7 @@ custom_constants/separation = 15
6969

7070
[node name="HSeparator3" type="HSeparator" parent="HomeContainer/Menu"]
7171
margin_right = 210.0
72-
custom_styles/separator = SubResource( 4 )
72+
custom_styles/separator = SubResource( 2 )
7373
custom_constants/separation = 0
7474

7575
[node name="Header" parent="HomeContainer/Menu" instance=ExtResource( 4 )]
@@ -136,8 +136,8 @@ margin_bottom = 10.0
136136
rect_min_size = Vector2( 10, 10 )
137137
size_flags_horizontal = 0
138138
size_flags_vertical = 0
139-
custom_styles/normal = SubResource( 2 )
140-
custom_fonts/font = SubResource( 3 )
139+
custom_styles/normal = SubResource( 3 )
140+
custom_fonts/font = SubResource( 4 )
141141
autowrap = true
142142
__meta__ = {
143143
"_edit_use_anchors_": false
@@ -160,7 +160,7 @@ color = Color( 1, 0.627451, 0.294118, 1 )
160160
margin_top = 340.0
161161
margin_right = 210.0
162162
margin_bottom = 350.0
163-
custom_styles/separator = SubResource( 4 )
163+
custom_styles/separator = SubResource( 2 )
164164
custom_constants/separation = 10
165165

166166
[node name="Sections" type="VBoxContainer" parent="HomeContainer"]

0 commit comments

Comments
 (0)