small racing game im working on
Diffstat (limited to 'globals.gd')
-rw-r--r--globals.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.gd b/globals.gd
index 7cb7939..3ae8391 100644
--- a/globals.gd
+++ b/globals.gd
@@ -1,3 +1,4 @@
extends Node
var playing: TrackResource
+const SAVES := "user://%s.ghost"