From d5c6407dd82aaf5fee0c0a6f8d02ff1e9f41df23 Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 24 Sep 2022 14:06:05 -0600 Subject: Prevent over-scoring with basketball. --- scripts/global_variables.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/global_variables.gd') diff --git a/scripts/global_variables.gd b/scripts/global_variables.gd index b570635..f0702e6 100644 --- a/scripts/global_variables.gd +++ b/scripts/global_variables.gd @@ -1,3 +1,4 @@ extends Node var score = 0 +var has_scored = false -- cgit v1.2.3