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 3ae8391..43e9869 100644
--- a/globals.gd
+++ b/globals.gd
@@ -1,4 +1,5 @@
extends Node
var playing: TrackResource
+var ghost: GhostData
const SAVES := "user://%s.ghost"