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,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();
}

View File

@@ -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",
}