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,5 +1,9 @@
///button_update_all()
function button_update_all() {
if (instance_exists(obj_button))
with (obj_button)
button_set(x_, y_, type);
if (instance_exists(obj_button))
with (obj_button)
button_set(x_, y_, type);
}

View File

@@ -1,8 +1,12 @@
{
"id": "5c7fb6ce-864a-a30e-f665-d51d74835878",
"modelName": "GMScript",
"mvc": "1.0",
"name": "button_update_all",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Buttons",
"path": "folders/Scripts/Buttons.yy",
},
"resourceVersion": "1.0",
"name": "button_update_all",
"tags": [],
"resourceType": "GMScript",
}