mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-23 11:04:13 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
///lock_destroy()
|
||||
function lock_destroy() {
|
||||
|
||||
global.selecting = noone;
|
||||
global.selecting = noone;
|
||||
|
||||
with (obj_lock.info) { instance_destroy() };
|
||||
with (obj_lock.area) { instance_destroy() };
|
||||
with (obj_lock.plus) { instance_destroy() };
|
||||
with (obj_lock.minus) { instance_destroy() };
|
||||
with (obj_lock.info) { instance_destroy() };
|
||||
with (obj_lock.area) { instance_destroy() };
|
||||
with (obj_lock.plus) { instance_destroy() };
|
||||
with (obj_lock.minus) { instance_destroy() };
|
||||
|
||||
if (instance_exists(obj_lock))
|
||||
with (obj_lock)
|
||||
instance_destroy();
|
||||
if (instance_exists(obj_lock))
|
||||
with (obj_lock)
|
||||
instance_destroy();
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"id": "5e879a22-94f8-a47e-fee7-5e134971dd7f",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "lock_destroy",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "lock_destroy",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user