diff --git a/scenes/game_elements/props/tree/tree.tscn b/scenes/game_elements/props/tree/tree.tscn index d3bdc29f34..9e922d3a04 100644 --- a/scenes/game_elements/props/tree/tree.tscn +++ b/scenes/game_elements/props/tree/tree.tscn @@ -5,8 +5,8 @@ [ext_resource type="SpriteFrames" uid="uid://d36eq8tqdaxdy" path="res://scenes/game_elements/props/tree/components/tree_spriteframes_green.tres" id="3_f0x1c"] [ext_resource type="Script" uid="uid://cms2wqtbxjl1h" path="res://scenes/game_logic/sprite_behaviors/random_frame_sprite_behavior.gd" id="4_ym1v0"] -[sub_resource type="CircleShape2D" id="CircleShape2D_d888c"] -radius = 16.0312 +[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_357gc"] +radius = 12.0 [node name="Tree" type="Node2D" unique_id=1182216860] script = ExtResource("1_7ot8u") @@ -29,4 +29,5 @@ collision_layer = 16 collision_mask = 0 [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D" unique_id=120328842] -shape = SubResource("CircleShape2D_d888c") +position = Vector2(0, -6) +shape = SubResource("CapsuleShape2D_357gc")