diff options
author | Logan <logan@cflip.net> | 2022-09-23 23:48:38 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-23 23:48:38 -0600 |
commit | 76706ac497ee65614b2c7c59933d549b614ef5e6 (patch) | |
tree | 46d74838f45bbb9310c94362460de29b9e9f869d /scripts/basketball.gd | |
parent | c67cf0598998b3974a4e472a2570c404d83bd80e (diff) |
Basic UI with score counter and other minor changes.
Diffstat (limited to 'scripts/basketball.gd')
-rw-r--r-- | scripts/basketball.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/basketball.gd b/scripts/basketball.gd index 43944c5..8cf169d 100644 --- a/scripts/basketball.gd +++ b/scripts/basketball.gd @@ -4,7 +4,6 @@ var start_position var do_reset = true var is_reset = true -# Called when the node enters the scene tree for the first time. func _ready(): start_position = position |