animatch: remove the (unused) .config directory

This commit is contained in:
Colin 2024-01-24 02:18:58 +00:00
parent 089f86d5e4
commit 0e99b296bc

View File

@ -31,11 +31,8 @@
};
sandbox.method = "bwrap";
persist.byStore.plaintext = [
# game progress
# i'm not sure which of these is correct. i think it might actually use both of these, in different places.
# but it's probably the ~/.config one?
".config/Holy Pangolin/Animatch"
".local/share/Holy Pangolin/Animatch"
# ".config/Holy Pangolin/Animatch" #< used for SuperDerpy config (e.g. debug, disableTouch, fullscreen, enable sound, etc). SuperDerpy.ini
".local/share/Holy Pangolin/Animatch" #< used for game state (level clears). SuperDerpy.ini
];
};
}