skill solution

This commit is contained in:
the me 2022-08-18 18:05:37 -07:00
parent e944e0de19
commit 5f9a983cd0
10 changed files with 110 additions and 9 deletions

View file

@ -0,0 +1,3 @@
function c_tiledist(x1, y1, x2, y2) {
return new vec2(abs(x1-y2), abs(y1-y2));
}

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "c_tiledist",
"tags": [],
"resourceType": "GMScript",
}