[gd_scene load_steps=5 format=2] [ext_resource path="res://textures/hoop_fore.png" type="Texture" id=1] [ext_resource path="res://textures/hoop_back.png" type="Texture" id=2] [sub_resource type="SegmentShape2D" id=1] a = Vector2( 12, -21.6 ) b = Vector2( -4.6, 11.4 ) [sub_resource type="SegmentShape2D" id=2] a = Vector2( 3.6, 1.8 ) b = Vector2( -1.6, 8.2 ) [node name="Hoop" type="StaticBody2D"] scale = Vector2( 5, 5 ) [node name="BackgroundSprite" type="Sprite" parent="."] light_mask = 4 z_index = -1 texture = ExtResource( 2 ) [node name="ForegroundSprite" type="Sprite" parent="."] position = Vector2( -12, 16 ) z_index = 1 texture = ExtResource( 1 ) [node name="RightCollider" type="CollisionShape2D" parent="."] position = Vector2( 1.6, 1 ) shape = SubResource( 1 ) [node name="LeftCollider" type="CollisionShape2D" parent="."] position = Vector2( -22, 1 ) shape = SubResource( 2 )