Press G to toggle Gigantamax!

This commit is contained in:
Rodrigo
2021-03-01 14:04:09 -06:00
parent 518c2d3ead
commit 3442d3cee5
8 changed files with 32 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
function show_gigantamax_toggle() {
window_set_cursor(cr_hourglass);
global.show_gigantamax = !global.show_gigantamax;
savedata_write("Display", "Gigantamax", global.show_gigantamax);
room_restart();
}

View File

@@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "show_gigantamax_toggle",
"tags": [],
"resourceType": "GMScript",
}