mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-03 23:25:46 -04:00
change onboarding image desing
This commit is contained in:
parent
e545392cb1
commit
dc75df3d60
6 changed files with 29 additions and 33 deletions
|
@ -14,10 +14,8 @@ shadow_color = Color(0.0747, 0.078015, 0.09, 0.705882)
|
|||
shadow_size = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wngss"]
|
||||
corner_radius_top_left = 160
|
||||
corner_radius_top_right = 160
|
||||
corner_radius_bottom_right = 160
|
||||
corner_radius_bottom_left = 160
|
||||
corner_radius_top_left = 40
|
||||
corner_radius_top_right = 40
|
||||
corner_detail = 16
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_3enkx"]
|
||||
|
@ -61,34 +59,25 @@ grow_vertical = 2
|
|||
mouse_filter = 1
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_r2yvw")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 70
|
||||
theme_override_constants/margin_right = 70
|
||||
theme_override_constants/margin_bottom = 70
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 20
|
||||
theme_override_constants/separation = 35
|
||||
alignment = 1
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel" type="Panel" parent="MarginContainer/VBoxContainer/CenterContainer"]
|
||||
[node name="Panel" type="Panel" parent="VBoxContainer"]
|
||||
clip_children = 1
|
||||
custom_minimum_size = Vector2(320, 320)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
mouse_filter = 1
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_wngss")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer/CenterContainer/Panel"]
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/Panel"]
|
||||
custom_minimum_size = Vector2(320, 320)
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
|
@ -98,18 +87,25 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
texture = ExtResource("2_8iccy")
|
||||
expand_mode = 1
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||||
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 70
|
||||
theme_override_constants/margin_right = 70
|
||||
theme_override_constants/margin_bottom = 70
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/MarginContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 20
|
||||
|
||||
[node name="Title" type="Label" parent="MarginContainer/VBoxContainer/VBoxContainer"]
|
||||
[node name="Title" type="Label" parent="VBoxContainer/MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Welcome to the new —
|
||||
3D internet"
|
||||
label_settings = SubResource("LabelSettings_3enkx")
|
||||
|
||||
[node name="Description" type="Label" parent="MarginContainer/VBoxContainer/VBoxContainer"]
|
||||
[node name="Description" type="Label" parent="VBoxContainer/MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Websites are now worlds you can walk
|
||||
through and explore together."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue