Commit 219143eb authored by nanahira's avatar nanahira

add pscale mkdir

parent f9ee47f9
...@@ -1389,6 +1389,8 @@ void Game::initUtils() { ...@@ -1389,6 +1389,8 @@ void Game::initUtils() {
//original files //original files
MakeDirectory("script"); MakeDirectory("script");
MakeDirectory("textures"); MakeDirectory("textures");
//subdirs in textures
MakeDirectory("textures/pscale");
//sound //sound
MakeDirectory("sound"); MakeDirectory("sound");
MakeDirectory("sound/BGM"); MakeDirectory("sound/BGM");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment