diff options
Diffstat (limited to 'scenes/hoop.tscn')
-rw-r--r-- | scenes/hoop.tscn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scenes/hoop.tscn b/scenes/hoop.tscn index 15c10ce..5463a18 100644 --- a/scenes/hoop.tscn +++ b/scenes/hoop.tscn @@ -12,7 +12,6 @@ b = Vector2( -4.6, 11.4 ) extents = Vector2( 6.3, 0.55 ) [node name="Hoop" type="StaticBody2D"] -scale = Vector2( 5, 5 ) script = ExtResource( 3 ) [node name="BackgroundSprite" type="Sprite" parent="."] @@ -39,13 +38,11 @@ polygon = PoolVector2Array( 0.762794, -5.14728, 5.32917, 3.9975, 2.25312, 4.9326 [node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] position = Vector2( -12.7, 10.75 ) -scale = Vector2( 1, 1 ) shape = SubResource( 2 ) [node name="CollisionPolygon2D2" type="CollisionPolygon2D" parent="."] position = Vector2( -12.5, 14.4 ) rotation = 3.14159 -scale = Vector2( 1, 1 ) polygon = PoolVector2Array( 10.9, 3.20002, -11.1, 3.19997, -8.49998, -3.60003, 7.50002, -3.59999 ) one_way_collision = true |