Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -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();
}

View File

@@ -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",
}