mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-12 04:36:22 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
if (own_prev==0 && own!=0)
|
||||
global.progress++;
|
||||
else if (own_prev!=0 && own==0)
|
||||
global.progress--;
|
||||
function progress_update() {
|
||||
if (own_prev==0 && own!=0)
|
||||
global.progress++;
|
||||
else if (own_prev!=0 && own==0)
|
||||
global.progress--;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"id": "15f6da05-1158-20ed-dd4b-2fbf23fb3faf",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "progress_update",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "progress_update",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user