eastern-flames/eastern flames/scripts/point_me/point_me.gml

3 lines
144 B
Plaintext
Raw Normal View History

2022-08-07 21:14:04 +00:00
function point_me(xdif=0, ydif=0, myxdif=0, myydif=0) {
return point_direction(x+xdif, y+ydif, ISAAC.visiblex+myxdif, ISAAC.visibley+myydif);
}