streuner-game/src/levels/01.tmx
Sebastian Hugentobler 814fc96669 update to love 0.10.1
2016-03-15 13:41:39 +01:00

73 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="32" tileheight="32" nextobjectid="7">
<tileset firstgid="1" name="atlas00" tilewidth="32" tileheight="32" tilecount="1024" columns="32">
<image source="tiles/atlas00.png" width="1024" height="1024"/>
<tile id="184">
<properties>
<property name="collidable" type="bool" value="true"/>
</properties>
</tile>
</tileset>
<tileset firstgid="1025" name="atlas01" tilewidth="32" tileheight="32" tilecount="1024" columns="32">
<image source="tiles/atlas01.png" width="1024" height="1024"/>
</tileset>
<tileset firstgid="2049" name="atlas03" tilewidth="32" tileheight="32" tilecount="1024" columns="32">
<image source="tiles/atlas03.png" width="1024" height="1024"/>
</tileset>
<tileset firstgid="3073" name="atlas04" tilewidth="32" tileheight="32" tilecount="1024" columns="32">
<image source="tiles/atlas04.png" width="1024" height="1024"/>
</tileset>
<layer name="background" width="20" height="20">
<data encoding="base64" compression="zlib">
eJztzsENgkAQQNEVFC9ShJpAAzYAEq1LglqHoFKHHLQOMNE2/CRLnJOHdQ8cOLzMZLL52WymVGbZDin2hg44it4JOS4o9GydxV78uF1Rit4NFZ6G7niIXo3mj94L76HXm97K6ff/hp7d3shXyoGLidbuYz0leeveeZj6396cfYGloQCh6EXsMdYGEmywFT2bPspTJQc=
</data>
</layer>
<layer name="foreground00" width="20" height="20">
<data encoding="base64" compression="zlib">
eJztk71OAkEURq+E3QSS3cUX4SdZXgPlFaRVflp4hQW0BRoT7bTkATTSgZS8gJYKhXQWHCpIZoCZhZIvOZlkJvfk3puMyPH5u1Dv/LRIABm4TNv5hhpfFkcO8lCAG0+kAoPUYV+YUO9KOK7gGspb/fUNfLpUcdSgDo0tXy+mr4OjC/fwYLk/m5jsT5cmdS0N/zF960SuSNtVz7h5ofbVVc+4GVM7cdXznE2++JPfnv4tZFdFy30lfRHH3/2+cMw8j/T0BM/wvqM/m7zh+ICRges2ELmDKtRgQs0nTGHGbMs98+kS4WhDB7rwg+cX5ieYax2PfnwIDPpaAcTwMd4=
</data>
</layer>
<layer name="foreground01" width="20" height="20">
<data encoding="base64" compression="zlib">
eJxjYBiaIJSPuuaVUtm8UTAKRgEquMxKXfM+U9k8XOAeFyo9ChAAANQNBIc=
</data>
</layer>
<objectgroup name="objects">
<object id="1" name="player" x="320" y="480" width="32" height="64">
<properties>
<property name="collision" value="player_collision"/>
<property name="has_controller" type="bool" value="true"/>
</properties>
</object>
<object id="2" name="romata" x="320" y="160" width="32" height="64">
<properties>
<property name="collision" value="romata_collision"/>
<property name="has_controller" type="bool" value="true"/>
</properties>
</object>
<object id="3" name="player_collision" x="332" y="521" width="8" height="8">
<properties>
<property name="collidable" value="true"/>
</properties>
</object>
<object id="5" name="romata_collision" x="328" y="203" width="14" height="18">
<properties>
<property name="collidable" value="true"/>
</properties>
</object>
</objectgroup>
<layer name="overlay" width="20" height="20">
<data encoding="base64" compression="zlib">
eJxjYBgFo4C+4Asjdc0TYaKueaMAAhQ4GRgSOAfaFaNgMAMALD4Bng==
</data>
</layer>
<layer name="collision" width="20" height="20" visible="0">
<properties>
<property name="collidable" value="true"/>
</properties>
<data encoding="base64" compression="zlib">
eJzbycDAsHOIY0KAFHOIMY8YM5HVUdM8YgGx+qnlPlLdSqn/aGleLuPgdt9gNo9Q3iLVbGqZR0maxVY2UKPMolb5RwvziMUADlyWBg==
</data>
</layer>
</map>