Elevators

This commit is contained in:
Marco 2025-06-12 16:26:11 +02:00
commit 4fc136e5d7
39 changed files with 4471 additions and 264 deletions

View file

@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://bhh7qq1plw53i"]
[ext_resource type="Script" uid="uid://btyooucm1g70g" path="res://Scripts/Interactables/AreaTrigger3D.cs" id="1_stwr4"]
[sub_resource type="BoxShape3D" id="BoxShape3D_5x0x6"]
[node name="AreaTrigger3d" type="Area3D"]
collision_layer = 0
collision_mask = 2
script = ExtResource("1_stwr4")
OneTime = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_5x0x6")
[connection signal="area_entered" from="." to="." method="_on_area_entered"]