Trying my hand at a save system, not using JSON. I am simply trying to store variables and the current scene and then reload them when necessary. I only want the CONTINUE icon on my start screen to show when a file is available (also, death is permanent in my game, kind of like Don't Starve, but allows saves for breaks). I need to find some way to test this functionality or make a dummy file so I can test if it's working in the editor.
How would I go about this?
Assuming my file is named "user://gamesave.save"