:D
This commit is contained in:
commit
09ade10207
117 changed files with 2153 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
///@function instance_create(x, y, object, [layer, depth]);
|
||||
|
||||
function instance_create(x, y, object, layer_="instances", depth_) {
|
||||
var chump = instance_create_layer(x, y, layer_, object);
|
||||
if(depth_ != undefined){
|
||||
chump.depth = depth_;
|
||||
}
|
||||
return chump;
|
||||
}
|
12
eastern flames/scripts/instance_create/instance_create.yy
Normal file
12
eastern flames/scripts/instance_create/instance_create.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "convenience",
|
||||
"path": "folders/Scripts/convenience.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "instance_create",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue