Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -1,13 +1,17 @@
///change_backup_make()
function change_backup_make() {
if (file_exists("save.ini"))
{
if (!directory_exists("Backups"))
directory_create("Backups")
if (file_exists("save.ini"))
{
if (!directory_exists("Backups"))
directory_create("Backups")
var filename = "save_"+string(date_get_second_of_year(date_current_datetime()))+".ini";
var filename = "save_"+string(date_get_second_of_year(date_current_datetime()))+".ini";
file_copy("save.ini", working_directory+"/Backups/"+filename);
file_copy("save.ini", working_directory+"/Backups/"+filename);
show_debug_message("Saved Backup as "+filename+".");
}
show_debug_message("Saved Backup as "+filename+".");
}
}

View File

@@ -1,8 +1,12 @@
{
"id": "5933be0c-4eea-58cb-0a29-3d63b4efa531",
"modelName": "GMScript",
"mvc": "1.0",
"name": "change_backup_make",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "change_backup_make",
"tags": [],
"resourceType": "GMScript",
}