Have a default path for saves

This commit is contained in:
irisz64
2025-07-29 09:34:28 +02:00
parent bf330959e8
commit e0e887ce90
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,8 @@ struct Options {
return;
}
structure["general"]["savePath"] = "";
structure["general"]["savePath"] = "saves";
fs::create_directory("saves");
structure["audio"]["volumeL"] = "0.5";
structure["audio"]["volumeR"] = "0.5";
structure["audio"]["lock"] = "true";