mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-25 07:53:01 -05:00
Reverted to 3 labels.
This commit is contained in:
parent
b5cc71eeb4
commit
1d1085438d
|
|
@ -6846,6 +6846,14 @@
|
|||
"resourceType": "GMIncludedFile"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "4bee5f27-7512-964a-379d-a45443f42683",
|
||||
"Value": {
|
||||
"id": "131b922b-b1a2-65ec-47cc-b707d827003f",
|
||||
"resourcePath": "scripts\\debug_export_buttons\\debug_export_buttons.yy",
|
||||
"resourceType": "GMScript"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Key": "4bfa7718-2b39-4bec-be8b-19bfe13dc23a",
|
||||
"Value": {
|
||||
|
|
@ -22341,7 +22349,8 @@
|
|||
"b0a1886d-571c-9ed1-098f-65abb5bf18f6",
|
||||
"c854fb34-52ee-fd8e-b01b-086f33590212",
|
||||
"d258aee7-2bed-eaae-edfb-2228979346df",
|
||||
"a7ef39a4-ac5a-45bb-7ded-c0562f4f4d23"
|
||||
"a7ef39a4-ac5a-45bb-7ded-c0562f4f4d23",
|
||||
"4bee5f27-7512-964a-379d-a45443f42683"
|
||||
],
|
||||
"tutorial": ""
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
own_prev = own;
|
||||
|
||||
if (++own > 4)
|
||||
if (++own > 2/*4*/)
|
||||
own = 0;
|
||||
|
||||
progress_update();
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"id": "4bee5f27-7512-964a-379d-a45443f42683",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "debug_export_buttons",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
}
|
||||
|
|
@ -70,7 +70,8 @@
|
|||
"6ce290dc-805f-91e8-ca66-1b31a6b638b4",
|
||||
"c854fb34-52ee-fd8e-b01b-086f33590212",
|
||||
"d258aee7-2bed-eaae-edfb-2228979346df",
|
||||
"a7ef39a4-ac5a-45bb-7ded-c0562f4f4d23"
|
||||
"a7ef39a4-ac5a-45bb-7ded-c0562f4f4d23",
|
||||
"4bee5f27-7512-964a-379d-a45443f42683"
|
||||
],
|
||||
"filterType": "GMScript",
|
||||
"folderName": "scripts",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user