Added last farming timelines and fixed some minor issues
This commit is contained in:
@@ -19,6 +19,7 @@ scale = Vector2(2.225, 2.225)
|
||||
|
||||
[node name="FieldBehaviour" type="Sprite2D" parent="."]
|
||||
z_index = -1
|
||||
scale = Vector2(0.9, 1)
|
||||
texture = ExtResource("2_yi42k")
|
||||
script = ExtResource("2_femni")
|
||||
Tilled = ExtResource("2_yi42k")
|
||||
@@ -33,6 +34,13 @@ position = Vector2(6, -161)
|
||||
[node name="CollisionShape3D" parent="FieldBehaviour/BasePlant/ReadyPlantInventoryItem/InteractionArea2/Area2D" index="0"]
|
||||
shape = SubResource("CircleShape2D_femni")
|
||||
|
||||
[node name="ReadyPlant" parent="FieldBehaviour/BasePlant/ReadyPlantInventoryItem" index="5"]
|
||||
visible = false
|
||||
position = Vector2(0, -291.3)
|
||||
|
||||
[node name="01" parent="FieldBehaviour/BasePlant/ReadyPlantInventoryItem/ReadyPlant" index="0"]
|
||||
visible = true
|
||||
|
||||
[connection signal="Interacted" from="InteractionArea2" to="FieldBehaviour/BasePlant" method="Grow"]
|
||||
|
||||
[editable path="FieldBehaviour/BasePlant"]
|
||||
|
||||
Reference in New Issue
Block a user