Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View 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();