mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 09:13:47 +00:00
Elevators
This commit is contained in:
parent
929d993f99
commit
4fc136e5d7
39 changed files with 4471 additions and 264 deletions
17
3D/Scenes/Props/elevator_3d.tscn
Normal file
17
3D/Scenes/Props/elevator_3d.tscn
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cq6tw87ei4by3"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_0vufj"]
|
||||
size = Vector3(1, 0.101501, 1)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_wl3wm"]
|
||||
|
||||
[node name="Elevator" type="AnimatableBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0038147, 0)
|
||||
shape = SubResource("BoxShape3D_0vufj")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.1, 0, 0, 0, 1, 0, 0, 0)
|
||||
mesh = SubResource("BoxMesh_wl3wm")
|
||||
skeleton = NodePath("../..")
|
||||
Loading…
Add table
Add a link
Reference in a new issue