diff options
| author | Logan <logan@cflip.net> | 2022-10-01 19:00:19 -0600 |
|---|---|---|
| committer | Logan <logan@cflip.net> | 2022-10-01 19:00:19 -0600 |
| commit | c976e1bfefad2d3c8f7608c3ef436879794f3b9d (patch) | |
| tree | 98d8476d7619c3338e7a1f40a21cbc36f38c5ba4 /scripts/global_variables.gd | |
| parent | 78a037a2652e2b7cc5f652f9c24119bbc8ec7df2 (diff) | |
Add initial implementation of a timeout screen.
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 |
