mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:05:34 +00:00
16 lines
550 B
Text
16 lines
550 B
Text
[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"]
|