From 105c6a3399f4c2396fc54ff69e82668956a7dfba Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 25 Sep 2022 23:14:37 -0600 Subject: Fix slight misalignment with floor sprites. --- scenes/level.tscn | 6 ++---- 1 file 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 -- cgit v1.2.3