:D
This commit is contained in:
commit
09ade10207
117 changed files with 2153 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
function function_append(func, func2){
|
||||
return munction(function() {
|
||||
func();
|
||||
func2();
|
||||
})
|
||||
}
|
||||
|
||||
//probably does not work i messed it up lol
|
12
eastern flames/scripts/function_append/function_append.yy
Normal file
12
eastern flames/scripts/function_append/function_append.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "data",
|
||||
"path": "folders/Scripts/data.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "function_append",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue