cirnogodot/3D/Scenes/Props/elevator_3d.tscn

26 lines
997 B
Text
Raw Normal View History

2025-06-12 16:49:54 +02:00
[gd_scene load_steps=5 format=3 uid="uid://cq6tw87ei4by3"]
[ext_resource type="Texture2D" uid="uid://cyq6f1n0nrgrs" path="res://Sprites/Elevator.png" id="1_0vufj"]
2025-06-12 16:26:11 +02:00
[sub_resource type="BoxShape3D" id="BoxShape3D_0vufj"]
2025-06-12 16:49:54 +02:00
size = Vector3(2.05377, 0.101501, 2.00244)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wl3wm"]
albedo_texture = ExtResource("1_0vufj")
uv1_offset = Vector3(0.5, 0, 0.5)
uv1_triplanar = true
texture_filter = 0
2025-06-12 16:26:11 +02:00
[sub_resource type="BoxMesh" id="BoxMesh_wl3wm"]
2025-06-12 16:49:54 +02:00
material = SubResource("StandardMaterial3D_wl3wm")
2025-06-12 16:26:11 +02:00
[node name="Elevator" type="AnimatableBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
2025-06-12 16:49:54 +02:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00820923, 0.0038147, -0.000732422)
2025-06-12 16:26:11 +02:00
shape = SubResource("BoxShape3D_0vufj")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
2025-06-12 16:49:54 +02:00
transform = Transform3D(2.02302, 0, 0, 0, 0.1, 0, 0, 0, 2.00486, 0, 0, 0)
2025-06-12 16:26:11 +02:00
mesh = SubResource("BoxMesh_wl3wm")
skeleton = NodePath("../..")