Made interaction area 2d work - and farming/growing work again.
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://b1d2e7ely6hyw" path="res://prefabs/farm/base_field_2d.tscn" id="294_28qer"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_ssqtd"]
|
||||
radius = 167.672
|
||||
radius = 110.018
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_4yiyq"]
|
||||
animations = [{
|
||||
@@ -1195,9 +1195,10 @@ animations = [{
|
||||
"speed": 25.0
|
||||
}]
|
||||
|
||||
[node name="Player2d" type="Node2D"]
|
||||
[node name="Player2d" type="Node2D" node_paths=PackedStringArray("_farmingControls")]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_yl84k")
|
||||
_farmingControls = NodePath("FarmingControls")
|
||||
|
||||
[node name="CharacterBody2D" type="CharacterBody2D" parent="." node_paths=PackedStringArray("_sprite")]
|
||||
position = Vector2(0, 374)
|
||||
@@ -1208,7 +1209,7 @@ _sprite = NodePath("visuals/Animated Sprites")
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"]
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
position = Vector2(-24, -116)
|
||||
position = Vector2(-24, -13)
|
||||
shape = SubResource("CircleShape2D_ssqtd")
|
||||
debug_color = Color(0.923708, 0.202722, 0.475262, 0.42)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user