This website requires JavaScript.
Explore
Help
Sign In
shaun_chaky
/
eastern-flames
Watch
1
Star
0
Fork
0
You've already forked eastern-flames
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eastern-flames
/
eastern flames
/
scripts
/
c_tiledist
/
c_tiledist.gml
3 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
skill solution
2022-08-18 18:05:37 -07:00
function c_tiledist(x1, y1, x2, y2) {
enemy ai types
2022-08-18 19:26:10 -07:00
return new vec2(abs(x1-x2), abs(y1-y2));
skill solution
2022-08-18 18:05:37 -07:00
}
Reference in New Issue
Copy Permalink