diff --git a/app/assets/textures/onboarding/1_internet.png b/app/assets/textures/onboarding/1_internet.png index 22b44c1..d9daa00 100644 Binary files a/app/assets/textures/onboarding/1_internet.png and b/app/assets/textures/onboarding/1_internet.png differ diff --git a/app/assets/textures/onboarding/2_friends.png b/app/assets/textures/onboarding/2_friends.png index 4709279..911ef30 100644 Binary files a/app/assets/textures/onboarding/2_friends.png and b/app/assets/textures/onboarding/2_friends.png differ diff --git a/app/assets/textures/onboarding/3_browser.png b/app/assets/textures/onboarding/3_browser.png index 0348769..18c2a7a 100644 Binary files a/app/assets/textures/onboarding/3_browser.png and b/app/assets/textures/onboarding/3_browser.png differ diff --git a/app/assets/textures/onboarding/4_tutorial.png b/app/assets/textures/onboarding/4_tutorial.png index d9f7886..c7b4403 100644 Binary files a/app/assets/textures/onboarding/4_tutorial.png and b/app/assets/textures/onboarding/4_tutorial.png differ diff --git a/app/scenes/components/onboarding/board.tscn b/app/scenes/components/onboarding/board.tscn index 690fbbd..8c9fb91 100644 --- a/app/scenes/components/onboarding/board.tscn +++ b/app/scenes/components/onboarding/board.tscn @@ -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." diff --git a/app/scenes/components/onboarding/onboarding.tscn b/app/scenes/components/onboarding/onboarding.tscn index eb6a7c1..dc89dcd 100644 --- a/app/scenes/components/onboarding/onboarding.tscn +++ b/app/scenes/components/onboarding/onboarding.tscn @@ -129,14 +129,14 @@ offset_top = 0.0 offset_right = 1250.0 offset_bottom = 700.0 -[node name="TextureRect" parent="Root/Carousel/Line/Board2/MarginContainer/VBoxContainer/CenterContainer/Panel" index="0"] +[node name="TextureRect" parent="Root/Carousel/Line/Board2/VBoxContainer/Panel" index="0"] texture = ExtResource("6_60kxa") -[node name="Title" parent="Root/Carousel/Line/Board2/MarginContainer/VBoxContainer/VBoxContainer" index="0"] +[node name="Title" parent="Root/Carousel/Line/Board2/VBoxContainer/MarginContainer/VBoxContainer" index="0"] text = "A place for friends and creativity" -[node name="Description" parent="Root/Carousel/Line/Board2/MarginContainer/VBoxContainer/VBoxContainer" index="1"] +[node name="Description" parent="Root/Carousel/Line/Board2/VBoxContainer/MarginContainer/VBoxContainer" index="1"] text = "Find communities, explore with friends, and create your own 3D spaces." @@ -152,14 +152,14 @@ offset_top = 0.0 offset_right = 1900.0 offset_bottom = 700.0 -[node name="TextureRect" parent="Root/Carousel/Line/Board3/MarginContainer/VBoxContainer/CenterContainer/Panel" index="0"] +[node name="TextureRect" parent="Root/Carousel/Line/Board3/VBoxContainer/Panel" index="0"] texture = ExtResource("7_icqbo") -[node name="Title" parent="Root/Carousel/Line/Board3/MarginContainer/VBoxContainer/VBoxContainer" index="0"] +[node name="Title" parent="Root/Carousel/Line/Board3/VBoxContainer/MarginContainer/VBoxContainer" index="0"] text = "TheGates is your browser to access it" -[node name="Description" parent="Root/Carousel/Line/Board3/MarginContainer/VBoxContainer/VBoxContainer" index="1"] +[node name="Description" parent="Root/Carousel/Line/Board3/VBoxContainer/MarginContainer/VBoxContainer" index="1"] text = "You open links and connect to servers, but every site is 3D and interactive." @@ -175,18 +175,18 @@ offset_top = 0.0 offset_right = 2550.0 offset_bottom = 700.0 -[node name="MarginContainer" parent="Root/Carousel/Line/Board4" index="1"] -modulate = Color(1, 1, 1, 0.5) - -[node name="TextureRect" parent="Root/Carousel/Line/Board4/MarginContainer/VBoxContainer/CenterContainer/Panel" index="0"] +[node name="TextureRect" parent="Root/Carousel/Line/Board4/VBoxContainer/Panel" index="0"] texture = ExtResource("8_asgtb") -[node name="Title" parent="Root/Carousel/Line/Board4/MarginContainer/VBoxContainer/VBoxContainer" index="0"] +[node name="MarginContainer" parent="Root/Carousel/Line/Board4/VBoxContainer" index="1"] +modulate = Color(1, 1, 1, 0.305) + +[node name="Title" parent="Root/Carousel/Line/Board4/VBoxContainer/MarginContainer/VBoxContainer" index="0"] text = "(Coming soon...) Let’s learn how things work here →" -[node name="Description" parent="Root/Carousel/Line/Board4/MarginContainer/VBoxContainer/VBoxContainer" index="1"] +[node name="Description" parent="Root/Carousel/Line/Board4/VBoxContainer/MarginContainer/VBoxContainer" index="1"] text = "Learn about portals and navigation in our interactive tutorial."