mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 10:55:55 +00:00
Elevators
This commit is contained in:
parent
929d993f99
commit
4fc136e5d7
39 changed files with 4471 additions and 264 deletions
16
Scenes/Interactable/AreaTrigger3D.tscn
Normal file
16
Scenes/Interactable/AreaTrigger3D.tscn
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue