mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 09:34:12 -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();
|
||||
Reference in New Issue
Block a user