mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-09-13 21:15:11 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user