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:
parent
ca9ed11680
commit
bb515842a8
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue