diff options
Diffstat (limited to 'scripts/global_variables.gd')
-rw-r--r-- | scripts/global_variables.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/global_variables.gd b/scripts/global_variables.gd index b570635..3f57f95 100644 --- a/scripts/global_variables.gd +++ b/scripts/global_variables.gd @@ -1,3 +1,4 @@ extends Node var score = 0 +var timer_zero = false |