Armor Dex loads fine now.

This commit is contained in:
Rodrigo Gómez Maitret
2020-06-19 14:09:44 -05:00
parent 3518c1c9bd
commit bd022b1325
19 changed files with 138 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
window_set_cursor(cr_hourglass);
if (++global.show_dex >= shw.LENGTH)
global.show_dex = 0;
savedata_write("Display", "Galar Dex", global.show_dex);
room_restart();

View File

@@ -0,0 +1,8 @@
{
"id": "5ebf8e8d-9772-aef2-28cb-e8743d4d575d",
"modelName": "GMScript",
"mvc": "1.0",
"name": "show_dex_toggle",
"IsCompatibility": false,
"IsDnD": false
}