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,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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user