:D
This commit is contained in:
commit
09ade10207
117 changed files with 2153 additions and 0 deletions
6
eastern flames/scripts/with_array/with_array.gml
Normal file
6
eastern flames/scripts/with_array/with_array.gml
Normal file
|
@ -0,0 +1,6 @@
|
|||
function with_array(objects, function_) {
|
||||
var j;
|
||||
for (j=0; j<array_length(objects); j++) {
|
||||
method(objects[j], function_)();
|
||||
}
|
||||
}
|
12
eastern flames/scripts/with_array/with_array.yy
Normal file
12
eastern flames/scripts/with_array/with_array.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "data",
|
||||
"path": "folders/Scripts/data.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "with_array",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue