:D
This commit is contained in:
commit
09ade10207
117 changed files with 2153 additions and 0 deletions
5
eastern flames/scripts/clampneg/clampneg.gml
Normal file
5
eastern flames/scripts/clampneg/clampneg.gml
Normal file
|
@ -0,0 +1,5 @@
|
|||
function clampneg(val) {
|
||||
if val < 0 return -1
|
||||
else if val > 0 return 1
|
||||
else return 0
|
||||
}
|
12
eastern flames/scripts/clampneg/clampneg.yy
Normal file
12
eastern flames/scripts/clampneg/clampneg.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "data",
|
||||
"path": "folders/Scripts/data.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "clampneg",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue