[gd_scene load_steps=5 format=3 uid="uid://b01n0ke0n613i"] [ext_resource type="Script" path="res://Interactions/Delivery/Deliverable.gd" id="1_1dope"] [ext_resource type="Script" path="res://Interactions/Delivery/DeliveryInteface.gd" id="2_tcgba"] [ext_resource type="Script" path="res://Items/Foods/Fruits/Orange.gd" id="3_2iqt2"] [sub_resource type="CircleShape2D" id="CircleShape2D_dyv8m"] radius = 85.0235 [node name="Deliverable" type="Node2D"] script = ExtResource("1_1dope") [node name="InteractionArea" type="Area2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="InteractionArea"] shape = SubResource("CircleShape2D_dyv8m") [node name="DeliveryInteface" type="Window" parent="."] visible = false script = ExtResource("2_tcgba") DeliveryItems = Array[Resource]([ExtResource("3_2iqt2")])