diff options
author | Logan <logan@cflip.net> | 2022-09-23 20:30:27 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-23 20:30:27 -0600 |
commit | d0915c865ae0f56e05e92cee798dffa6b494a682 (patch) | |
tree | af3f74191bb4a72ebd38d8a01720674d32fea468 /Hoop.tscn | |
parent | 93a99218ae4d5c4c26fe3a5a7433c39a2df6e149 (diff) |
Adjusted collision shapes.
Diffstat (limited to 'Hoop.tscn')
-rw-r--r-- | Hoop.tscn | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Hoop.tscn b/Hoop.tscn deleted file mode 100644 index 0bb357f..0000000 --- a/Hoop.tscn +++ /dev/null @@ -1,33 +0,0 @@ -[gd_scene load_steps=5 format=2] - -[ext_resource path="res://hoop_fore.png" type="Texture" id=1] -[ext_resource path="res://hoop_back.png" type="Texture" id=2] - -[sub_resource type="SegmentShape2D" id=1] -a = Vector2( 0, -23 ) -b = Vector2( 0, 13 ) - -[sub_resource type="SegmentShape2D" id=2] -b = Vector2( 0, 13 ) - -[node name="Hoop" type="StaticBody2D"] -scale = Vector2( 5, 5 ) -__meta__ = { -"_edit_group_": true -} - -[node name="Background Sprite" type="Sprite" parent="."] -light_mask = 4 -texture = ExtResource( 2 ) - -[node name="Foreground Sprite" type="Sprite" parent="."] -position = Vector2( -12, 16 ) -texture = ExtResource( 1 ) - -[node name="Right Collider" type="CollisionShape2D" parent="."] -position = Vector2( -4, 1 ) -shape = SubResource( 1 ) - -[node name="Left Collider" type="CollisionShape2D" parent="."] -position = Vector2( -22, 1 ) -shape = SubResource( 2 ) |