1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-12-27 07:06:00 +00:00

Create screenshots dir on startup, if necessary

This commit is contained in:
fgenesis 2013-11-17 02:24:13 +01:00
parent ca9ed11680
commit bb515842a8

View file

@ -948,6 +948,7 @@ This build is not yet final, and as such there are a couple things lacking. They
createDir(getUserDataFolder());
createDir(getUserDataFolder() + "/save");
createDir(getUserDataFolder() + "/_mods");
createDir(getUserDataFolder() + "/screenshots");
addStateInstance(game = new Game);
addStateInstance(new GameOver);