Fixed farming (the way it was before)
This commit is contained in:
@@ -43,12 +43,12 @@ theme = SubResource("Theme_harr4")
|
||||
text = "thewe waf a pwoblem wiph picking up te item UWU"
|
||||
autowrap_mode = 3
|
||||
|
||||
[node name="InteractionArea2" parent="." instance=ExtResource("4_xu8me")]
|
||||
[node name="PickupInteractionArea" parent="." instance=ExtResource("4_xu8me")]
|
||||
|
||||
[node name="CollisionShape3D" parent="InteractionArea2/Area2D" index="0"]
|
||||
[node name="CollisionShape3D" parent="PickupInteractionArea/Area2D" index="0"]
|
||||
shape = SubResource("CircleShape2D_tlhp6")
|
||||
|
||||
[node name="Label" parent="InteractionArea2" index="1"]
|
||||
[node name="Label" parent="PickupInteractionArea" index="1"]
|
||||
z_index = 5
|
||||
offset_left = -68.0
|
||||
offset_top = -111.0
|
||||
@@ -62,6 +62,6 @@ position = Vector2(5, -300)
|
||||
scale = Vector2(0.868852, 0.868852)
|
||||
texture = ExtResource("5_harr4")
|
||||
|
||||
[connection signal="Interacted" from="InteractionArea2" to="." method="TryPickUp"]
|
||||
[connection signal="Interacted" from="PickupInteractionArea" to="." method="TryPickUp"]
|
||||
|
||||
[editable path="InteractionArea2"]
|
||||
[editable path="PickupInteractionArea"]
|
||||
|
||||
Reference in New Issue
Block a user