Skip to content

Commit cbc2360

Browse files
Merge pull request #5 from angad-k/tree_size
2 parents a14cc9b + 88390b8 commit cbc2360

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

utility_scenes/trees/tree1.tscn

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[node name="Node2D" type="Node2D"]
66

77
[node name="Sprite" type="Sprite" parent="."]
8-
position = Vector2( 4, -117 )
9-
scale = Vector2( 0.125, 0.125 )
8+
position = Vector2( 4, -180 )
9+
scale = Vector2( 0.2, 0.2 )
1010
z_index = -1
1111
texture = ExtResource( 1 )

utility_scenes/trees/tree2.tscn

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
[node name="Node2D" type="Node2D"]
66

77
[node name="Sprite" type="Sprite" parent="."]
8-
position = Vector2( 4, -117 )
9-
scale = Vector2( 0.125, 0.125 )
8+
modulate = Color( 0.164706, 0.490196, 0.588235, 1 )
9+
position = Vector2( 1, -201 )
10+
scale = Vector2( 0.22, 0.22 )
1011
z_index = -1
1112
texture = ExtResource( 1 )

utility_scenes/trees/tree3.tscn

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[node name="Sprite" type="Sprite" parent="."]
88
modulate = Color( 1, 1, 1, 0.74902 )
9-
position = Vector2( 4, -117 )
10-
scale = Vector2( 0.125, 0.125 )
9+
position = Vector2( 0, -228 )
10+
scale = Vector2( 0.25, 0.25 )
1111
z_index = -1
1212
texture = ExtResource( 1 )

utility_scenes/trees/tree4.tscn

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[node name="Sprite" type="Sprite" parent="."]
88
modulate = Color( 1, 1, 1, 0.74902 )
9-
position = Vector2( 7, -95 )
10-
scale = Vector2( 0.15, 0.15 )
9+
position = Vector2( 7, -286 )
10+
scale = Vector2( 0.45, 0.45 )
1111
z_index = -1
1212
texture = ExtResource( 1 )

0 commit comments

Comments
 (0)