mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 09:34:12 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
window_set_cursor(cr_hourglass);
|
||||
function show_dex_toggle() {
|
||||
window_set_cursor(cr_hourglass);
|
||||
|
||||
if (++global.show_dex >= shw.LENGTH)
|
||||
global.show_dex = 0;
|
||||
if (++global.show_dex >= shw.LENGTH)
|
||||
global.show_dex = 0;
|
||||
|
||||
savedata_write("Display", "Galar Dex", global.show_dex);
|
||||
savedata_write("Display", "Galar Dex", global.show_dex);
|
||||
|
||||
room_restart();
|
||||
room_restart();
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"id": "5ebf8e8d-9772-aef2-28cb-e8743d4d575d",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "show_dex_toggle",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "show_dex_toggle",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user