diff options
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/level.tscn | 11 |
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 ) |