summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-25 23:14:37 -0600
committerLogan <logan@cflip.net>2022-09-25 23:14:37 -0600
commit105c6a3399f4c2396fc54ff69e82668956a7dfba (patch)
tree2f842cff97f8ce13ba637a7577086179ce51ae3c
parent60f1359003b896743f4269ccb557b9634d53c729 (diff)
Fix slight misalignment with floor sprites.
-rw-r--r--scenes/level.tscn6
1 files changed, 2 insertions, 4 deletions
diff --git a/scenes/level.tscn b/scenes/level.tscn
index 1840d76..946cbf5 100644
--- a/scenes/level.tscn
+++ b/scenes/level.tscn
@@ -14,13 +14,13 @@ d = 10.0
[node name="Interface" parent="." instance=ExtResource( 4 )]
[node name="Hoop" parent="." instance=ExtResource( 2 )]
-position = Vector2( 164, 38 )
+position = Vector2( 163, 38 )
[node name="Floor" type="StaticBody2D" parent="."]
position = Vector2( 684, 510 )
[node name="Sprite" type="Sprite" parent="Floor"]
-position = Vector2( -547, -408 )
+position = Vector2( -548, -408 )
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
@@ -28,12 +28,10 @@ position = Vector2( -591, -397 )
shape = SubResource( 1 )
[node name="TextureRect" type="TextureRect" parent="Floor"]
-anchor_right = 1.0
margin_left = -684.0
margin_top = -426.0
margin_right = -619.0
margin_bottom = -390.0
-grow_horizontal = 0
mouse_filter = 2
texture = ExtResource( 5 )
stretch_mode = 2