summaryrefslogtreecommitdiff
path: root/scripts/global_variables.gd
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2023-02-15 04:32:17 -0700
committerLogan <logan@cflip.net>2023-02-15 04:32:17 -0700
commitf30fbd753b23be1f71b4bada5e7063ac00215c33 (patch)
treeb44a6ad3e33daa6895e3ee26cfa7ff084495311e /scripts/global_variables.gd
parent5e6d1b25330c8246dba43dbc232e8787b40a0ab4 (diff)
Added leaderboard and various tweaks
Diffstat (limited to 'scripts/global_variables.gd')
-rw-r--r--scripts/global_variables.gd14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/global_variables.gd b/scripts/global_variables.gd
index 4d01ff5..3205209 100644
--- a/scripts/global_variables.gd
+++ b/scripts/global_variables.gd
@@ -3,6 +3,20 @@ extends Node
var startup : bool
var score = 0
var timer_zero = false
+var player_name : String
+
+var leaderboard = {
+ 0 : ["Logan", 45],
+ 1 : ["Finley", 40],
+ 2 : ["Kieran", 35],
+ 3 : ["Ben", 30],
+ 4 : ["Lucas", 25],
+ 5 : ["Rhys", 20],
+ 6 : ["Justin", 15],
+ 7 : ["Tucker", 10],
+ 8 : ["Chayston", 5],
+ 9 : ["Owen", 4]
+}
# Audio Settings
var volume_master = 0