immersive-home/app/content/ui/onboarding/onboarding.tscn

89 lines
2.9 KiB
Plaintext
Raw Normal View History

2024-04-23 15:26:20 +03:00
[gd_scene load_steps=7 format=3 uid="uid://bhyddd1f0ry1x"]
2024-03-17 18:05:45 +02:00
[ext_resource type="Script" path="res://content/ui/onboarding/onboarding.gd" id="1_k4yvw"]
2024-04-23 15:26:20 +03:00
[ext_resource type="Shader" path="res://assets/materials/glass.gdshader" id="2_87aan"]
2024-03-17 18:05:45 +02:00
[ext_resource type="PackedScene" uid="uid://bsjqdvkt0u87c" path="res://content/ui/components/button/button.tscn" id="3_hlpow"]
[sub_resource type="BoxShape3D" id="BoxShape3D_nfwtf"]
size = Vector3(0.5, 0.3, 0.01)
2024-04-23 15:26:20 +03:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_d2ck8"]
render_priority = 10
2024-04-23 15:26:20 +03:00
shader = ExtResource("2_87aan")
shader_parameter/color = Color(1, 1, 1, 0.3)
shader_parameter/border_color = Color(1, 1, 1, 1)
shader_parameter/edge_color = Color(0, 0, 0, 1)
2024-04-25 18:15:01 +03:00
shader_parameter/size = Vector2(0.5, 0.3)
2024-04-23 15:26:20 +03:00
shader_parameter/border_size = 0.001
shader_parameter/border_fade_in = 0.005
shader_parameter/border_fade_out = 0.0
2024-04-25 18:15:01 +03:00
shader_parameter/corner_radius = 0.02
2024-04-23 15:26:20 +03:00
shader_parameter/roughness = 0.3
shader_parameter/grain_amount = 0.02
[sub_resource type="QuadMesh" id="QuadMesh_ij2lj"]
size = Vector2(0.5, 0.3)
2024-03-17 18:05:45 +02:00
[node name="Onboarding" type="StaticBody3D"]
2024-03-21 17:19:09 +02:00
collision_layer = 6
2024-04-23 15:26:20 +03:00
collision_mask = 0
2024-03-17 18:05:45 +02:00
script = ExtResource("1_k4yvw")
[node name="Label3D2" type="Label3D" parent="."]
2024-04-25 18:15:01 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.23, -0.11, 0.001)
2024-03-17 18:05:45 +02:00
pixel_size = 0.001
render_priority = 30
outline_render_priority = 29
2024-03-17 18:05:45 +02:00
text = "Getting Started"
font_size = 18
outline_size = 0
horizontal_alignment = 0
autowrap_mode = 3
width = 470.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_nfwtf")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
2024-04-23 15:26:20 +03:00
material_override = SubResource("ShaderMaterial_d2ck8")
mesh = SubResource("QuadMesh_ij2lj")
2024-03-17 18:05:45 +02:00
[node name="GettingStartedLabel" type="Label3D" parent="."]
2024-04-23 15:26:20 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.23, 0.13, 0.001)
2024-03-17 18:05:45 +02:00
pixel_size = 0.001
render_priority = 30
outline_render_priority = 29
2024-03-17 18:05:45 +02:00
text = "Hey!
2024-03-17 18:08:16 +02:00
This app is still early in development and still has a lot of rough edges. Things might break or are sometimes difficult to use, this will improve the more polished the app becomes.
2024-03-17 18:05:45 +02:00
If this is the first time you try the app, please first read through the \"Getting Started\" Guide below."
font_size = 18
outline_size = 0
horizontal_alignment = 0
vertical_alignment = 0
autowrap_mode = 3
width = 470.0
[node name="GettingStartedButton" parent="." instance=ExtResource("3_hlpow")]
2024-04-25 18:15:01 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.06, -0.11, 0.001)
2024-03-17 18:05:45 +02:00
label = "open_in_new"
icon = true
[node name="CloseButton" parent="." instance=ExtResource("3_hlpow")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.21, -0.11, 0.001)
2024-03-17 18:05:45 +02:00
label = "done"
icon = true
[node name="CloseLabel" type="Label3D" parent="."]
2024-04-25 18:15:01 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.18, -0.11, 0.001)
2024-03-17 18:05:45 +02:00
pixel_size = 0.001
render_priority = 30
outline_render_priority = 29
2024-03-17 18:05:45 +02:00
text = "Understood"
font_size = 18
outline_size = 0
2024-04-25 18:15:01 +03:00
horizontal_alignment = 2
2024-03-17 18:05:45 +02:00
autowrap_mode = 3
width = 470.0