summaryrefslogtreecommitdiff
path: root/level.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'level.tscn')
-rw-r--r--level.tscn30
1 files changed, 0 insertions, 30 deletions
diff --git a/level.tscn b/level.tscn
deleted file mode 100644
index bf6281c..0000000
--- a/level.tscn
+++ /dev/null
@@ -1,30 +0,0 @@
-[gd_scene load_steps=5 format=2]
-
-[ext_resource path="res://icon.png" type="Texture" id=1]
-[ext_resource path="res://basketball.tscn" type="PackedScene" id=2]
-[ext_resource path="res://hoop.tscn" type="PackedScene" id=3]
-
-[sub_resource type="RectangleShape2D" id=1]
-extents = Vector2( 512, 10 )
-
-[node name="Node2D" type="Node2D"]
-
-[node name="hoop" parent="." instance=ExtResource( 3 )]
-position = Vector2( 721, 409 )
-
-[node name="Basketball" parent="." instance=ExtResource( 2 )]
-position = Vector2( 71, 536 )
-
-[node name="StaticBody2D" type="StaticBody2D" parent="."]
-position = Vector2( 512, 590 )
-__meta__ = {
-"_edit_group_": true
-}
-
-[node name="Sprite" type="Sprite" parent="StaticBody2D"]
-position = Vector2( -3.05176e-05, 2.52724e-05 )
-scale = Vector2( 16, 0.3125 )
-texture = ExtResource( 1 )
-
-[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
-shape = SubResource( 1 )