diff options
author | Logan <logan@cflip.net> | 2022-09-23 22:03:39 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-23 22:03:39 -0600 |
commit | 08e8693b416b83d6f6033d51d90baa075a1ee18a (patch) | |
tree | 0253b86451fb2ac9eab62e012e2fcb16415c37fb /scenes | |
parent | c04b219e150c5b4941470ac3703a38d9b13ad9a3 (diff) |
Adjusted positions of hoop and basketball.
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/level.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scenes/level.tscn b/scenes/level.tscn index 0b7b9e3..9de0f44 100644 --- a/scenes/level.tscn +++ b/scenes/level.tscn @@ -10,10 +10,10 @@ extents = Vector2( 512, 10 ) [node name="Node2D" type="Node2D"] [node name="Hoop" parent="." instance=ExtResource( 2 )] -position = Vector2( 721, 409 ) +position = Vector2( 721, 215 ) [node name="Basketball" parent="." instance=ExtResource( 3 )] -position = Vector2( 71, 536 ) +position = Vector2( 71, 423 ) [node name="StaticBody2D" type="StaticBody2D" parent="."] position = Vector2( 512, 590 ) |