You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
872 B
24 lines
872 B
[gd_scene load_steps=4 format=3 uid="uid://n8tv8gafsrfo"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://gishbn0a8eke" path="res://prefabs/farm/plants/base_plant.tscn" id="1_ooshk"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_on0x0"]
|
|
resource_local_to_scene = true
|
|
radius = 300.0
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_gkatd"]
|
|
resource_local_to_scene = true
|
|
radius = 300.0
|
|
|
|
[node name="BasePlant" instance=ExtResource("1_ooshk")]
|
|
|
|
[node name="CollisionShape3D" parent="GrowingInteractionArea/Area2D" index="0"]
|
|
shape = SubResource("CircleShape2D_on0x0")
|
|
|
|
[node name="CollisionShape3D" parent="ReadyPlantInventoryItem/PickupInteractionArea/Area2D" index="0"]
|
|
shape = SubResource("CircleShape2D_gkatd")
|
|
|
|
[editable path="GrowingInteractionArea"]
|
|
[editable path="ReadyPlantInventoryItem"]
|
|
[editable path="ReadyPlantInventoryItem/PickupInteractionArea"]
|