|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
[gd_scene load_steps=118 format=3 uid="uid://gigb28qk8t12"]
|
|
|
|
|
[gd_scene load_steps=119 format=3 uid="uid://gigb28qk8t12"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c25udixd5m6l0" path="res://prefabs/characters/Vesna.tscn" id="1_7wfwe"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://8sr11ex30n0m" path="res://art/mockups/Kenney_Backgrounds/Samples/uncolored_hills.png" id="2_7b2ri"]
|
|
|
|
|
@ -38,6 +38,7 @@
|
|
|
|
|
[ext_resource type="Resource" uid="uid://d1uuxp1lp4aro" path="res://resources/items/tomato_seed.tres" id="35_64mdn"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://65e44yde224q" path="res://art/farm/Babushka_house_01.png" id="36_e5b7x"]
|
|
|
|
|
[ext_resource type="Resource" uid="uid://duq7tshxv6uhp" path="res://resources/items/beet_seed.tres" id="36_fv1t2"]
|
|
|
|
|
[ext_resource type="Resource" uid="uid://0mnsr4anoaiq" path="res://resources/items/beet.tres" id="36_q1g8e"]
|
|
|
|
|
[ext_resource type="AudioStream" uid="uid://cfqg50am0swb7" path="res://audio/Music/Farming_90BPM_69Bars_Loop.wav" id="37_8ey8m"]
|
|
|
|
|
[ext_resource type="AudioStream" uid="uid://dku1rq5cocisg" path="res://audio/Music/Farming_90BPM_69Bars.wav" id="37_di1ed"]
|
|
|
|
|
[ext_resource type="Shader" uid="uid://braevmqauoek7" path="res://shader/swaying_plant.gdshader" id="37_taxvr"]
|
|
|
|
|
@ -1117,6 +1118,24 @@ shape = SubResource("CircleShape2D_tm0yg")
|
|
|
|
|
[node name="Icon" parent="YSorted/SeedPickup" index="4"]
|
|
|
|
|
scale = Vector2(1, 1)
|
|
|
|
|
|
|
|
|
|
[node name="BeetPickup" parent="YSorted" instance=ExtResource("25_hukxv")]
|
|
|
|
|
position = Vector2(5787, 2269)
|
|
|
|
|
_finiteSupply = 3
|
|
|
|
|
metadata/SaveID = "e1bbe13f-0622-42b8-97f3-87a8af369dc0"
|
|
|
|
|
|
|
|
|
|
[node name="SpawnWithItem" parent="YSorted/BeetPickup" index="0"]
|
|
|
|
|
_blueprint = ExtResource("36_q1g8e")
|
|
|
|
|
|
|
|
|
|
[node name="PickupInteractionArea" parent="YSorted/BeetPickup" index="3" node_paths=PackedStringArray("_spritesToOutline")]
|
|
|
|
|
_spritesToOutline = [NodePath("../../SeedPickup/Icon")]
|
|
|
|
|
metadata/SaveID = "ad152c51-3631-42c1-9aa4-4df896b35d8c"
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" parent="YSorted/BeetPickup/PickupInteractionArea/Area2D" index="0"]
|
|
|
|
|
shape = SubResource("CircleShape2D_tm0yg")
|
|
|
|
|
|
|
|
|
|
[node name="Icon" parent="YSorted/BeetPickup" index="4"]
|
|
|
|
|
scale = Vector2(1, 1)
|
|
|
|
|
|
|
|
|
|
[node name="SeedPickup2" parent="YSorted" instance=ExtResource("25_hukxv")]
|
|
|
|
|
position = Vector2(10705, 2257)
|
|
|
|
|
_finiteSupply = 3
|
|
|
|
|
@ -2582,6 +2601,7 @@ script = ExtResource("80_w1kgo")
|
|
|
|
|
[connection signal="SuccessfulPickUp" from="YSorted/CanGenericPickup" to="YSorted/Vesna" method="HandlePickUp"]
|
|
|
|
|
[connection signal="SuccessfulPickUp" from="YSorted/RakeGenericPickup" to="YSorted/Vesna" method="HandlePickUp"]
|
|
|
|
|
[connection signal="SuccessfulPickUp" from="YSorted/SeedPickup" to="YSorted/Vesna" method="HandlePickUp"]
|
|
|
|
|
[connection signal="SuccessfulPickUp" from="YSorted/BeetPickup" to="YSorted/Vesna" method="HandlePickUp"]
|
|
|
|
|
[connection signal="SuccessfulPickUp" from="YSorted/SeedPickup2" to="YSorted/Vesna" method="HandlePickUp"]
|
|
|
|
|
[connection signal="InteractedTool" from="YSorted/Farm visuals/Static/EnterHouseInteraction" to="." method="LoadSceneAtIndex"]
|
|
|
|
|
[connection signal="InteractedTool" from="YSorted/Blocker/InteractionArea" to="." method="LoadSceneAtIndex"]
|
|
|
|
|
@ -2606,6 +2626,8 @@ script = ExtResource("80_w1kgo")
|
|
|
|
|
[editable path="YSorted/RakeGenericPickup/PickupInteractionArea"]
|
|
|
|
|
[editable path="YSorted/SeedPickup"]
|
|
|
|
|
[editable path="YSorted/SeedPickup/PickupInteractionArea"]
|
|
|
|
|
[editable path="YSorted/BeetPickup"]
|
|
|
|
|
[editable path="YSorted/BeetPickup/PickupInteractionArea"]
|
|
|
|
|
[editable path="YSorted/SeedPickup2"]
|
|
|
|
|
[editable path="YSorted/SeedPickup2/PickupInteractionArea"]
|
|
|
|
|
[editable path="YSorted/Blocker/InteractionArea"]
|
|
|
|
|
|