mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-19 17:14:04 -05:00
Reordering a bit.
This commit is contained in:
16
Project/scripts/lock_create/lock_create.gml
Normal file
16
Project/scripts/lock_create/lock_create.gml
Normal file
@@ -0,0 +1,16 @@
|
||||
///lock_create(obj_id)
|
||||
|
||||
global.selecting = 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);
|
||||
}
|
||||
|
||||
button_update_all();
|
||||
|
||||
selected_output();
|
||||
8
Project/scripts/lock_create/lock_create.yy
Normal file
8
Project/scripts/lock_create/lock_create.yy
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "1c861d7a-eed5-61b7-02f5-201672b6f730",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "lock_create",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
}
|
||||
Reference in New Issue
Block a user