Capacitor and models

This commit is contained in:
MaddoScientisto 2025-06-16 23:18:02 +02:00
commit dbd2899d69
36 changed files with 3811 additions and 539 deletions

View file

@ -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")