~mapeditor.org/tiled/snapshot

2047 by nicolaichuk
Support 60 degree rotation for hexagonal maps (#1447)
1
<?xml version="1.0" encoding="UTF-8"?>
2
<map version="1.0" orientation="hexagonal" renderorder="right-down" width="20" height="20" tilewidth="60" tileheight="60" hexsidelength="30" staggeraxis="x" staggerindex="odd" nextobjectid="1">
3
 <tileset firstgid="1" name="test_hexagonal_tile_60x60x30" tilewidth="60" tileheight="60" tilecount="1" columns="1">
4
  <image source="test_hexagonal_tile_60x60x30.png" width="60" height="60"/>
5
 </tileset>
6
 <layer name="Tile Layer 1" width="20" height="20">
7
  <data encoding="csv">
8
1,536870913,268435457,3221225473,3758096385,3489660929,1,0,0,0,0,0,0,0,0,0,0,0,0,0,
9
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
10
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
11
2147483649,2684354561,2415919105,1073741825,1610612737,1342177281,2147483649,0,0,0,0,0,0,0,0,0,0,0,0,0,
12
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
13
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
14
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
15
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
16
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
17
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
18
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
19
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
20
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
21
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
22
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
23
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
24
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
25
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
26
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
27
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
28
</data>
29
 </layer>
30
</map>