From 9e9a9475481fd52db1f1247d2f35bd664b211c1d Mon Sep 17 00:00:00 2001 From: Logan Date: Mon, 26 Sep 2022 20:45:54 -0600 Subject: Replaced floor textures with new ones. --- scenes/level.tscn | 11 ++++++----- textures/court_lines.png | Bin 1661 -> 2903 bytes textures/court_tile.png | Bin 704 -> 807 bytes 3 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 ) diff --git a/textures/court_lines.png b/textures/court_lines.png index 8565f95..c345286 100644 Binary files a/textures/court_lines.png and b/textures/court_lines.png differ diff --git a/textures/court_tile.png b/textures/court_tile.png index 2f6a169..b800c12 100644 Binary files a/textures/court_tile.png and b/textures/court_tile.png differ -- cgit v1.2.3