Where is save data located so I can reset?
Save files are located in a "saves" directory in default Godot userfile paths.
Windows: %APPDATA%\Godot\app_userdata\still dark\saves
macOS: ~/Library/Application Support/Godot/app_userdata/still dark/saves
Linux: ~/.local/share/godot/app_userdata/still dark/saves
I'll be looking into a way to support multiple save files and also importing/exporting saves in the future.