不能直接右键index.html 需要使用tomcat或node服务或hbuilderx或vs启动 参考博客:https://blog.csdn.net/u012169821/article/details/116107536?spm=1001.2014.3001.5502
2021-10-14 13:07:16 2.59MB 地图贴图 echarts
1
列编号 = 索引值 / 每一列图块个数 行编号 = 索引值 % 每一列的图块个数 菱形的宽和高分别是w和h xstart与ystart代表第一张图块左上角贴图坐标 左上点X坐标 = xstart + 行编号 * w/2 左上点Y坐标 = ystart + 列编号 * h/2 地图宽 = (列数+行数)* w/2 地图高 = (列数+行数)* h/2
2021-04-05 22:22:28 1.19MB 游戏代码
1