2023-10-30 02:21:50 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dbe8slnyhro2n"]
|
|
|
|
|
2023-11-05 16:16:07 +02:00
|
|
|
[ext_resource type="Script" path="res://content/ui/device/device.gd" id="1_rbo86"]
|
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="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="."]
|
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
|