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,19 +1,23 @@
|
||||
///lock_create(obj_id)
|
||||
function lock_create(argument0) {
|
||||
|
||||
global.selecting = argument0;
|
||||
global.selecting = argument0;
|
||||
|
||||
selected_set(argument0);
|
||||
selected_set(argument0);
|
||||
|
||||
if (!instance_exists(obj_lock))
|
||||
with (instance_create_depth(x, y, depth-1, obj_lock))
|
||||
{
|
||||
plus = button_create(0, 0, but.plus);
|
||||
minus = button_create(0, 0, but.minus);
|
||||
if (!instance_exists(obj_lock))
|
||||
with (instance_create_depth(x, y, depth-1, obj_lock))
|
||||
{
|
||||
plus = button_create(0, 0, but.plus);
|
||||
minus = button_create(0, 0, but.minus);
|
||||
|
||||
info = button_create(0, 0, but.info);
|
||||
area = button_create(0, 0, but.area);
|
||||
}
|
||||
info = button_create(0, 0, but.info);
|
||||
area = button_create(0, 0, but.area);
|
||||
}
|
||||
|
||||
button_update_all();
|
||||
button_update_all();
|
||||
|
||||
selected_output();
|
||||
selected_output();
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"id": "1c861d7a-eed5-61b7-02f5-201672b6f730",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "lock_create",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "lock_create",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user