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,8 +1,12 @@
///button_create(x, y, type)
function button_create(argument0, argument1, argument2) {
var hold = instance_create_depth(0, 0, depth-1, obj_button);
var hold = instance_create_depth(0, 0, depth-1, obj_button);
with (hold)
button_set(argument0, argument1, argument2);
with (hold)
button_set(argument0, argument1, argument2);
return hold;
return hold;
}

View File

@@ -1,8 +1,12 @@
{
"id": "c07397b8-105a-cf00-f119-47f5091762ab",
"modelName": "GMScript",
"mvc": "1.0",
"name": "button_create",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Buttons",
"path": "folders/Scripts/Buttons.yy",
},
"resourceVersion": "1.0",
"name": "button_create",
"tags": [],
"resourceType": "GMScript",
}