immersive-home/app/content/ui/components/button/button.tscn

64 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-04-24 15:00:08 +03:00
[gd_scene load_steps=6 format=3 uid="uid://bsjqdvkt0u87c"]
2023-11-11 19:17:25 +02:00
2023-11-16 20:23:17 +02:00
[ext_resource type="Script" path="res://content/ui/components/button/button.gd" id="1_74x7g"]
2024-04-24 15:00:08 +03:00
[ext_resource type="Material" uid="uid://iercgso83b0a" path="res://content/ui/components/pagination/button.material" id="2_ebyeq"]
2024-04-23 15:26:20 +03:00
[sub_resource type="QuadMesh" id="QuadMesh_bt05p"]
resource_local_to_scene = true
size = Vector2(0.04, 0.04)
2023-11-11 19:17:25 +02:00
2024-03-21 14:29:10 +02:00
[sub_resource type="BoxShape3D" id="BoxShape3D_xwopm"]
resource_local_to_scene = true
size = Vector3(0.04, 0.04, 0.01)
2023-11-11 19:17:25 +02:00
2023-11-28 00:46:05 +02:00
[sub_resource type="BoxShape3D" id="BoxShape3D_bqjii"]
resource_local_to_scene = true
size = Vector3(0.04, 0.04, 0.03)
2023-11-28 00:46:05 +02:00
[node name="Button" type="Node3D" groups=["ui_focus"]]
2023-11-16 20:23:17 +02:00
script = ExtResource("1_74x7g")
label = "Example Text"
size = Vector3(0.04, 0.04, 0.01)
2023-11-11 19:17:25 +02:00
2023-11-28 15:20:38 +02:00
[node name="Body" type="StaticBody3D" parent="." groups=["ui_focus_skip"]]
2024-04-23 23:11:18 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.005)
2023-11-28 16:14:21 +02:00
collision_layer = 2
collision_mask = 0
2023-11-28 00:46:05 +02:00
[node name="MeshInstance3D" type="MeshInstance3D" parent="Body"]
2024-04-23 23:11:18 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.005)
2024-04-24 15:00:08 +03:00
material_override = ExtResource("2_ebyeq")
2024-04-23 15:26:20 +03:00
mesh = SubResource("QuadMesh_bt05p")
2023-11-28 00:46:05 +02:00
skeleton = NodePath("../..")
2023-11-11 19:17:25 +02:00
2023-11-28 00:46:05 +02:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="Body"]
2024-03-21 14:29:10 +02:00
shape = SubResource("BoxShape3D_xwopm")
2023-11-11 19:17:25 +02:00
2023-11-28 00:46:05 +02:00
[node name="Label" type="Label3D" parent="Body"]
2024-04-23 23:11:18 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.006)
pixel_size = 0.001
2024-04-23 23:11:18 +03:00
double_sided = false
render_priority = 30
text = "Example Text"
font_size = 10
outline_size = 0
autowrap_mode = 3
2024-04-25 14:19:12 +03:00
width = 40.0
2023-11-28 00:46:05 +02:00
[node name="FingerArea" type="Area3D" parent="."]
2024-04-23 23:11:18 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.015)
2023-11-28 16:14:21 +02:00
collision_layer = 4
collision_mask = 0
2023-11-28 00:46:05 +02:00
monitoring = false
[node name="CollisionShape3D" type="CollisionShape3D" parent="FingerArea"]
shape = SubResource("BoxShape3D_bqjii")
2024-03-07 15:21:31 +02:00
2024-03-21 17:19:09 +02:00
[node name="TouchBody" type="StaticBody3D" parent="."]
2024-04-23 23:11:18 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.005)
2024-03-21 17:19:09 +02:00
collision_layer = 4
collision_mask = 0
2024-03-07 15:21:31 +02:00
2024-03-21 17:19:09 +02:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="TouchBody"]
2024-04-23 23:11:18 +03:00
shape = SubResource("BoxShape3D_xwopm")