mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-26 20:44:17 -05:00
Press G to toggle Gigantamax!
This commit is contained in:
@@ -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();
|
||||
}
|
||||
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user