tile_mode0 单个图块 1 自动拼接 2 图块集region图块区域tile_size贴图大小
tile_data = PoolIntArray(
0, 0, 0,
1, 0, 1,
2, 0, 2,
3, 0, 3,
65536, 0, 65536,
65537, 0, 65537,
65538, 0, 65538,
65539, 0, 65539
)
mapXY= (x + y * 65536)tileSetID= 0tileSetUV= (u + v * 65536)
modedisable禁止缩放2d像素缩放(模糊)vieportviewport缩放 最好使用这种
aspectignore缩放适应屏幕keep保持长款比keep widthkeep heightexpand最好
shrink- 缩放大小
- 4
size
width = 1024
height = 960
stretch
mode = viewport
aspect = expand
shrink = 4