cyclegtx
9/26/2019 - 8:23 AM

将坐标转换为地图坐标

--
function map_coords(x,y)
 return flr(round(x)/8),flr(round(y)/8)
end