24 lines
796 B
Plaintext
24 lines
796 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dbe8slnyhro2n"]
|
|
|
|
[ext_resource type="Script" path="res://src/ui/device.gd" id="1_rbo86"]
|
|
|
|
[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="Device" type="StaticBody3D"]
|
|
script = ExtResource("1_rbo86")
|
|
|
|
[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="."]
|
|
transform = Transform3D(-2.18557e-09, -0.05, -2.18557e-09, 0, -2.18557e-09, 0.05, -0.05, 2.18557e-09, 9.55343e-17, 0, 0.00918245, 0)
|
|
text = "Text"
|
|
autowrap_mode = 3
|