Skip to content

Commit

Permalink
Merge pull request #5 from angad-k/tree_size
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankMittal1 authored Dec 27, 2021
2 parents a14cc9b + 88390b8 commit cbc2360
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions utility_scenes/trees/tree1.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[node name="Node2D" type="Node2D"]

[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 4, -117 )
scale = Vector2( 0.125, 0.125 )
position = Vector2( 4, -180 )
scale = Vector2( 0.2, 0.2 )
z_index = -1
texture = ExtResource( 1 )
5 changes: 3 additions & 2 deletions utility_scenes/trees/tree2.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[node name="Node2D" type="Node2D"]

[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 4, -117 )
scale = Vector2( 0.125, 0.125 )
modulate = Color( 0.164706, 0.490196, 0.588235, 1 )
position = Vector2( 1, -201 )
scale = Vector2( 0.22, 0.22 )
z_index = -1
texture = ExtResource( 1 )
4 changes: 2 additions & 2 deletions utility_scenes/trees/tree3.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[node name="Sprite" type="Sprite" parent="."]
modulate = Color( 1, 1, 1, 0.74902 )
position = Vector2( 4, -117 )
scale = Vector2( 0.125, 0.125 )
position = Vector2( 0, -228 )
scale = Vector2( 0.25, 0.25 )
z_index = -1
texture = ExtResource( 1 )
4 changes: 2 additions & 2 deletions utility_scenes/trees/tree4.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit cbc2360

Please sign in to comment.