mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-13 22:00:28 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -1,35 +1,39 @@
|
||||
///button_do(type)
|
||||
function button_do(argument0) {
|
||||
|
||||
switch(argument0)
|
||||
{
|
||||
case but.info:
|
||||
url_get(false);
|
||||
break;
|
||||
switch(argument0)
|
||||
{
|
||||
case but.info:
|
||||
url_get(false);
|
||||
break;
|
||||
|
||||
case but.area:
|
||||
url_get(true);
|
||||
break;
|
||||
case but.area:
|
||||
url_get(true);
|
||||
break;
|
||||
|
||||
case but.plus:
|
||||
global.counter++;
|
||||
counter_update();
|
||||
break;
|
||||
case but.plus:
|
||||
global.counter++;
|
||||
counter_update();
|
||||
break;
|
||||
|
||||
case but.minus:
|
||||
if (global.counter > 0)
|
||||
global.counter--;
|
||||
counter_update();
|
||||
break;
|
||||
case but.minus:
|
||||
if (global.counter > 0)
|
||||
global.counter--;
|
||||
counter_update();
|
||||
break;
|
||||
|
||||
case but.image:
|
||||
make_screenshot();
|
||||
break;
|
||||
case but.image:
|
||||
make_screenshot();
|
||||
break;
|
||||
|
||||
case but.national:
|
||||
show_dex_toggle();
|
||||
break;
|
||||
case but.national:
|
||||
show_dex_toggle();
|
||||
break;
|
||||
|
||||
case but.shiny:
|
||||
show_shiny_toggle();
|
||||
break;
|
||||
}
|
||||
case but.shiny:
|
||||
show_shiny_toggle();
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"id": "2370f9cd-bc43-8204-019c-9bc13fa8d58f",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "button_do",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Buttons",
|
||||
"path": "folders/Scripts/Buttons.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "button_do",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user