Skip to content

Commit e39bab6

Browse files
committed
simplify final state of pine tree scene
1 parent 825fa1c commit e39bab6

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

2d-project-completed/trees/pine_tree.tscn

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,20 @@
66
[sub_resource type="CircleShape2D" id="CircleShape2D_im3ph"]
77
radius = 22.4571
88

9-
[node name="PineTree" type="Node2D"]
10-
scale = Vector2(1.25, 1.25)
9+
[node name="PineTree" type="StaticBody2D"]
10+
11+
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
12+
position = Vector2(0, -8)
13+
shape = SubResource("CircleShape2D_im3ph")
1114

1215
[node name="GroundShadow" type="Sprite2D" parent="."]
1316
modulate = Color(0.898039, 0.878431, 0.831373, 1)
1417
z_index = -1
1518
z_as_relative = false
16-
scale = Vector2(0.653846, 0.653846)
19+
scale = Vector2(0.817308, 0.817308)
1720
texture = ExtResource("1_g7t2f")
1821

1922
[node name="PineTree" type="Sprite2D" parent="."]
20-
position = Vector2(0, -72)
23+
position = Vector2(0, -90)
24+
scale = Vector2(1.25, 1.25)
2125
texture = ExtResource("2_hd1ds")
22-
23-
[node name="StaticBody2D" type="StaticBody2D" parent="."]
24-
25-
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
26-
position = Vector2(0, -8)
27-
shape = SubResource("CircleShape2D_im3ph")

0 commit comments

Comments
 (0)