immersive-home/content/ui/entity/entity.tscn

29 lines
954 B
Plaintext
Raw Normal View History

2023-11-11 19:17:25 +02:00
[gd_scene load_steps=5 format=3 uid="uid://xo0o5nrfjl23"]
2023-10-30 02:21:50 +02:00
2023-11-05 16:16:07 +02:00
[ext_resource type="Script" path="res://content/ui/entity/entity.gd" id="1_825oj"]
2023-11-11 19:17:25 +02:00
[ext_resource type="Script" path="res://content/functions/clickable.gd" id="2_i054q"]
2023-10-30 02:21:50 +02:00
[sub_resource type="BoxMesh" id="BoxMesh_aa3i4"]
size = Vector3(0.05, 0.01, 0.05)
[sub_resource type="BoxShape3D" id="BoxShape3D_28fjq"]
size = Vector3(0.05, 0.01, 0.05)
[node name="Entity" type="StaticBody3D"]
script = ExtResource("1_825oj")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_aa3i4")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_28fjq")
[node name="Label" type="Label3D" parent="."]
2023-11-07 22:07:34 +02:00
transform = Transform3D(0.05, 0, 0, 0, -2.18557e-09, 0.05, 0, -0.05, -2.18557e-09, 0, 0.00918245, 0)
2023-10-30 02:21:50 +02:00
text = "Text"
autowrap_mode = 3
2023-11-11 19:17:25 +02:00
width = 200.0
[node name="Clickable" type="Node" parent="."]
script = ExtResource("2_i054q")