WIP trying to fix the last plant stage bug on repeated farming rounds

This commit is contained in:
2025-07-17 22:10:08 +02:00
parent b92eb909ad
commit 486cfb5546
3 changed files with 23 additions and 5 deletions
+3 -1
View File
@@ -104,7 +104,7 @@ region_enabled = true
region_rect = Rect2(228, 600, 85, 92)
[node name="BigPlant" type="Node2D" parent="."]
position = Vector2(0, -400)
position = Vector2(0, -300)
[node name="01" type="Sprite2D" parent="BigPlant"]
visible = false
@@ -156,6 +156,8 @@ _blueprint = ExtResource("7_di4m0")
[node name="ItemLabel" parent="ReadyPlantInventoryItem" index="1"]
visible = false
z_index = 100
text = "[E] harvest"
[node name="PickupErrorLabel" parent="ReadyPlantInventoryItem" index="2"]
visible = false