mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-09-11 03:55:24 -05:00
Armor Dex loads fine now.
This commit is contained in:
8
Project/scripts/show_dex_toggle/show_dex_toggle.gml
Normal file
8
Project/scripts/show_dex_toggle/show_dex_toggle.gml
Normal 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();
|
||||
8
Project/scripts/show_dex_toggle/show_dex_toggle.yy
Normal file
8
Project/scripts/show_dex_toggle/show_dex_toggle.yy
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "5ebf8e8d-9772-aef2-28cb-e8743d4d575d",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "show_dex_toggle",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
}
|
||||
Reference in New Issue
Block a user