Animate doors!
This commit is contained in:
parent
e4ebd6bf83
commit
7ce2863cfd
13 changed files with 160 additions and 23 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene format=3 uid="uid://brd3iponame0e"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://8ybwrid1vk4j" path="res://scenes/elevator_door.tscn" id="1_uuuf0"]
|
||||
[ext_resource type="Script" path="res://scenes/elevator.gd" id="2_elev"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_8o2wm"]
|
||||
length = 0.001
|
||||
|
|
@ -93,6 +94,7 @@ _data = {
|
|||
}
|
||||
|
||||
[node name="Elevator" type="Node3D" unique_id=242258467]
|
||||
script = ExtResource("2_elev")
|
||||
|
||||
[node name="ElevatorDoorLeft" parent="." unique_id=1751198646 instance=ExtResource("1_uuuf0")]
|
||||
transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, -1.25, 0, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue