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,10 @@
///lock_destroy()
global.selecting = noone;
with (obj_lock.plus) { instance_destroy() };
with (obj_lock.minus) { instance_destroy() };
if (instance_exists(obj_lock))
with (obj_lock)
instance_destroy();

View File

@@ -0,0 +1,8 @@
{
"id": "5e879a22-94f8-a47e-fee7-5e134971dd7f",
"modelName": "GMScript",
"mvc": "1.0",
"name": "lock_destroy",
"IsCompatibility": false,
"IsDnD": false
}