This website requires JavaScript.
Explore
Help
Register
Sign In
shaun_chaky
/
eastern-flames
Watch
1
Star
0
Fork
You've already forked eastern-flames
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f53d693a0c
eastern-flames
/
eastern flames
/
scripts
/
c_tiledist
/
c_tiledist.gml
3 lines
81 B
Plaintext
Raw
Blame
History
function c_tiledist(x1, y1, x2, y2) {
return new vec2(abs(x1-x2), abs(y1-y2));
}
Reference in New Issue
View Git Blame
Copy Permalink