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,11 +1,15 @@
///change_backup()
function change_backup() {
var timeto = 300000;
var timeto = 300000;
if (global.change && current_time>global.change_time+timeto)
{
global.change = false;
global.change_time = current_time;
if (global.change && current_time>global.change_time+timeto)
{
global.change = false;
global.change_time = current_time;
change_backup_make();
}
change_backup_make();
}
}

View File

@@ -1,8 +1,12 @@
{
"id": "8b60df32-c201-4d7d-5dc4-f2a2376232c3",
"modelName": "GMScript",
"mvc": "1.0",
"name": "change_backup",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "change_backup",
"tags": [],
"resourceType": "GMScript",
}