:D
This commit is contained in:
commit
09ade10207
117 changed files with 2153 additions and 0 deletions
3
eastern flames/scripts/point_me/point_me.gml
Normal file
3
eastern flames/scripts/point_me/point_me.gml
Normal file
|
@ -0,0 +1,3 @@
|
|||
function point_me(xdif=0, ydif=0, myxdif=0, myydif=0) {
|
||||
return point_direction(x+xdif, y+ydif, ISAAC.visiblex+myxdif, ISAAC.visibley+myydif);
|
||||
}
|
12
eastern flames/scripts/point_me/point_me.yy
Normal file
12
eastern flames/scripts/point_me/point_me.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "convenience",
|
||||
"path": "folders/Scripts/convenience.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "point_me",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue