small racing game im working on
1
2
3
4
5
extends Node

var playing: TrackResource
var ghost: GhostData
const SAVES := "user://%s.ghost"