You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
353 B
8 lines
353 B
if (directory_exists(working_directory + "/time_trials_custom")){ // load required data
|
|
|
|
}else{ // better make a new save!!
|
|
directory_create(working_directory + "/time_trials_custom");
|
|
directory_create(working_directory + "/time_trials_custom/trials");
|
|
directory_create(working_directory + "/time_trials_custom/custom_music");
|
|
}
|