Skip to content
Closed
7 changes: 4 additions & 3 deletions scenes/game_elements/props/tree/tree.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Loading