summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-26 20:45:54 -0600
committerLogan <logan@cflip.net>2022-09-26 20:46:17 -0600
commit9e9a9475481fd52db1f1247d2f35bd664b211c1d (patch)
treee1c7dc93cdc6ebe222d119e650aecbed9a8101db /scenes
parent51f0075b49e26a99df0d1ce34032330315a4c2d3 (diff)
Replaced floor textures with new ones.
Diffstat (limited to 'scenes')
-rw-r--r--scenes/level.tscn11
1 files changed, 6 insertions, 5 deletions
diff --git a/scenes/level.tscn b/scenes/level.tscn
index fc0d753..9c37e34 100644
--- a/scenes/level.tscn
+++ b/scenes/level.tscn
@@ -13,14 +13,12 @@ d = 10.0
[node name="Interface" parent="." instance=ExtResource( 4 )]
-[node name="Hoop" parent="." instance=ExtResource( 2 )]
-position = Vector2( 163, 37 )
-
[node name="Floor" type="StaticBody2D" parent="."]
position = Vector2( 684, 510 )
+z_index = -1
[node name="Sprite" type="Sprite" parent="Floor"]
-position = Vector2( -548, -408 )
+position = Vector2( -548, -446 )
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
@@ -29,13 +27,16 @@ shape = SubResource( 1 )
[node name="TextureRect" type="TextureRect" parent="Floor"]
margin_left = -684.0
-margin_top = -426.0
+margin_top = -502.0
margin_right = -619.0
margin_bottom = -390.0
mouse_filter = 2
texture = ExtResource( 5 )
stretch_mode = 2
+[node name="Hoop" parent="." instance=ExtResource( 2 )]
+position = Vector2( 163, 37 )
+
[node name="Basketball" parent="." instance=ExtResource( 3 )]
position = Vector2( 123, 73 )