Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -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;
}
}

View File

@@ -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",
}