mirror of https://github.com/axmolengine/axmol.git
13 lines
503 B
XML
Executable File
13 lines
503 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
|
<map version="1.0" orientation="hexagonal" width="5" height="5" tilewidth="175" tileheight="150">
|
|
<tileset name="bla" firstgid="1" tilewidth="175" tileheight="150">
|
|
<image source="hexa-tiles.png"/>
|
|
</tileset>
|
|
<layer name="Layer 0" width="5" height="5">
|
|
<data encoding="base64" compression="gzip">
|
|
H4sIAAAAAAAAAGNiYGBgA2JGIGaC0qxQNiuSGBuUz4amDibGhqQGXQwAD578mGQAAAA=
|
|
</data>
|
|
</layer>
|
|
</map>
|