@49052 ⚑举报 

墨雲
游客

@KIM #49045

在最开头的

url_template: "example.com/my_image/ {{x}}_{{y}}.jpg"

变成

url_template: "example.com/my_image/ {{x+50}}_{{y+50}}.jpg"

{{}}里就是个加减运算,这个只是个大概写法,详细还得看网页来定

下面仍是从0开始

- { name: x, from: 0, to: 209} # Image width, in tiles
- { name: y, from: 0, to: 23} # Image height, in tiles