summaryrefslogtreecommitdiff
path: root/basketball.tscn
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2022-09-23 20:42:32 -0600
committerLogan <logan@cflip.net>2022-09-23 20:42:32 -0600
commitc0d37da4fd91352f9fa9c7ff1219fea96283be17 (patch)
treee9af0f687b0b3cc663d39673ce4faea8663a99d3 /basketball.tscn
parentd0915c865ae0f56e05e92cee798dffa6b494a682 (diff)
Created folders and renamed files and nodes to standard naming scheme.
Diffstat (limited to 'basketball.tscn')
-rw-r--r--basketball.tscn25
1 files changed, 0 insertions, 25 deletions
diff --git a/basketball.tscn b/basketball.tscn
deleted file mode 100644
index 91d7a77..0000000
--- a/basketball.tscn
+++ /dev/null
@@ -1,25 +0,0 @@
-[gd_scene load_steps=5 format=2]
-
-[ext_resource path="res://ballforbasketing.png" type="Texture" id=1]
-[ext_resource path="res://Basketball.gd" type="Script" id=2]
-
-[sub_resource type="PhysicsMaterial" id=2]
-bounce = 0.5
-
-[sub_resource type="CircleShape2D" id=1]
-radius = 40.0
-
-[node name="Basketball" type="RigidBody2D"]
-position = Vector2( 71, 541 )
-physics_material_override = SubResource( 2 )
-script = ExtResource( 2 )
-__meta__ = {
-"_edit_group_": true
-}
-
-[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
-shape = SubResource( 1 )
-
-[node name="Sprite" type="Sprite" parent="."]
-scale = Vector2( 5, 5 )
-texture = ExtResource( 1 )