diff options
Diffstat (limited to 'scripts/global_variables.gd')
-rw-r--r-- | scripts/global_variables.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/global_variables.gd b/scripts/global_variables.gd new file mode 100644 index 0000000..b570635 --- /dev/null +++ b/scripts/global_variables.gd @@ -0,0 +1,3 @@ +extends Node + +var score = 0 |