11 lines
422 B
Text
11 lines
422 B
Text
[gd_scene load_steps=2 format=3 uid="uid://cnq1uvadx0rwf"]
|
|
|
|
[ext_resource type="Script" uid="uid://bpotohrm5j8tm" path="res://dropoff_area.gd" id="1_uu3dj"]
|
|
|
|
[node name="DropoffArea" type="Area2D"]
|
|
collision_layer = 2
|
|
collision_mask = 2
|
|
script = ExtResource("1_uu3dj")
|
|
|
|
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
|
|
[connection signal="area_exited" from="." to="." method="_on_area_exited"]
|