summaryrefslogtreecommitdiff
path: root/basketball.tscn
blob: 2c8edf40f8b85b02da0004d0f2a7105b4a68dcb7 (plain)
1
2
3
4
5
6
7
8
9
10
[gd_scene load_steps=3 format=2]

[ext_resource path="res://ballforbasketing.png" type="Texture" id=1]
[ext_resource path="res://Sprite.gd" type="Script" id=2]

[node name="Sprite" type="Sprite"]
position = Vector2( 114, 478 )
scale = Vector2( 5, 5 )
texture = ExtResource( 1 )
script = ExtResource( 2 )