mirror of https://github.com/axmolengine/axmol.git
24 lines
905 B
Plaintext
24 lines
905 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<map version="1.0" orientation="hexagonal" renderorder="right-down" width="13" height="4" tilewidth="80" tileheight="80" hexsidelength="40" staggeraxis="x" staggerindex="odd" nextobjectid="1">
|
||
|
<tileset firstgid="1" name="tiles-ground" tilewidth="80" tileheight="80" tilecount="2" columns="2">
|
||
|
<image source="hexa-axis-x.png" width="160" height="80"/>
|
||
|
<tile id="0">
|
||
|
<properties>
|
||
|
<property name="collidable" type="bool" value="true"/>
|
||
|
<property name="name" value="Plain"/>
|
||
|
</properties>
|
||
|
</tile>
|
||
|
<tile id="1">
|
||
|
<properties>
|
||
|
<property name="collidable" type="bool" value="false"/>
|
||
|
<property name="name" value="Rock"/>
|
||
|
</properties>
|
||
|
</tile>
|
||
|
</tileset>
|
||
|
<layer name="ground" width="13" height="4" opacity="0.2">
|
||
|
<data encoding="base64" compression="zlib">
|
||
|
eJxjZGBgYIRiJjQaH2ZCU4+OCenHZRax6nHJAQAcSABB
|
||
|
</data>
|
||
|
</layer>
|
||
|
</map>
|