Files
OzgGameRPG/Resources/map_02.tmx
T
2014-04-07 17:00:28 +08:00

37 lines
1.8 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="30" height="20" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map" tilewidth="32" tileheight="32">
<image source="map.png" width="512" height="512"/>
</tileset>
<layer name="bg" width="30" height="20">
<data encoding="base64" compression="zlib">
eJxbzsDAsHyAMBOd8WCxdwUOdbjEB7N/sbl5sITzYLWXUDwTmw6Gin+pbfdI8e9gtpfSNLwCi5rB7N9Re4e+vQOBAdFRR8I=
</data>
</layer>
<objectgroup name="obstacles" width="30" height="20">
<object name="obstacle1" x="0" y="0" width="960" height="32"/>
<object name="obstacle2" x="0" y="32" width="32" height="576"/>
<object name="obstacle3" x="0" y="608" width="960" height="32"/>
<object name="obstacle5" x="928" y="32" width="32" height="256"/>
<object name="obstacle4" x="928" y="320" width="32" height="288"/>
<object name="obstacle13" x="768" y="416" width="64" height="32"/>
<object name="obstacle12" x="512" y="416" width="32" height="32"/>
<object name="obstacle11" x="256" y="416" width="32" height="32"/>
<object name="obstacle6" x="96" y="96" width="32" height="32"/>
<object name="obstacle7" x="288" y="96" width="32" height="32"/>
<object name="obstacle9" x="352" y="224" width="32" height="32"/>
<object name="obstacle10" x="608" y="224" width="32" height="32"/>
<object name="obstacle8" x="768" y="128" width="32" height="32"/>
</objectgroup>
<objectgroup name="transitions" width="30" height="20">
<object name="map01" x="928" y="288" width="32" height="32">
<properties>
<property name="map_id" value="1"/>
<property name="player_direction" value="right"/>
<property name="player_to_x" value="1.0"/>
<property name="player_to_y" value="10.0"/>
</properties>
</object>
</objectgroup>
</map>