summaryrefslogtreecommitdiff
path: root/scripts/hoop.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hoop.gd')
-rw-r--r--scripts/hoop.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/hoop.gd b/scripts/hoop.gd
index dc43cc1..aba0b2b 100644
--- a/scripts/hoop.gd
+++ b/scripts/hoop.gd
@@ -9,5 +9,4 @@ func _on_Area2D_body_exited(_body):
# Prevent scoring multiple points with one basketball throw.
if !global_variables.has_scored:
global_variables.has_scored = true
- global_variables.score += 1
emit_signal ("score")