mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-28 05:24:06 -05:00
Reordering a bit.
This commit is contained in:
10
Project/scripts/lock_destroy/lock_destroy.gml
Normal file
10
Project/scripts/lock_destroy/lock_destroy.gml
Normal 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();
|
||||
8
Project/scripts/lock_destroy/lock_destroy.yy
Normal file
8
Project/scripts/lock_destroy/lock_destroy.yy
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "5e879a22-94f8-a47e-fee7-5e134971dd7f",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "lock_destroy",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
}
|
||||
Reference in New Issue
Block a user