mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 13:45:54 +00:00
Capacitor and models
This commit is contained in:
parent
29299d634e
commit
dbd2899d69
36 changed files with 3811 additions and 539 deletions
|
|
@ -21,8 +21,6 @@ script = ExtResource("1_buenw")
|
|||
Elevator = NodePath("PathFollow3D")
|
||||
|
||||
[node name="PathFollow3D" type="PathFollow3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0, 0)
|
||||
h_offset = 0.5
|
||||
rotation_mode = 0
|
||||
loop = false
|
||||
script = ExtResource("1_sjscu")
|
||||
|
|
@ -34,7 +32,6 @@ update_rotation = false
|
|||
update_scale = false
|
||||
|
||||
[node name="Elevator" parent="." instance=ExtResource("2_buenw")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0, 0)
|
||||
|
||||
[node name="AreaTrigger3d" parent="Elevator" node_paths=PackedStringArray("Target") instance=ExtResource("3_tekpv")]
|
||||
Target = NodePath("../../PathFollow3D")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue