Reset protostar

This commit is contained in:
Sicheng Pan 2025-06-28 17:34:02 -05:00
parent b453e7faba
commit 1e3a1e0977
Signed by: macronova
GPG key ID: CE969670FB4B4A56
5 changed files with 6 additions and 51 deletions

View file

@ -4,12 +4,12 @@
settings.folders = {
game-data = {
devices = ["quasar"];
path = "~/Game/data";
path = "~//data";
type = "receiveonly";
};
game-save = {
devices = ["quasar"];
path = "~/Game/save";
path = "~//save";
};
};
};