83 lines
2.9 KiB
XML
83 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="46">
|
|
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="4" columns="4">
|
|
<image source="../spritesheets/platformSet.png" width="256" height="64"/>
|
|
</tileset>
|
|
<tileset firstgid="5" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
|
<image source="../textures/player/player_red.png" width="64" height="64"/>
|
|
</tileset>
|
|
<tileset firstgid="6" name="enemies" tilewidth="64" tileheight="64" tilecount="3" columns="0">
|
|
<tile id="0">
|
|
<image width="64" height="64" source="../textures/enemies/blueAlive.png"/>
|
|
</tile>
|
|
<tile id="1">
|
|
<image width="64" height="64" source="../textures/enemies/greenAlive.png"/>
|
|
</tile>
|
|
<tile id="2">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
<image width="64" height="64" source="../textures/enemies/redAlive.png"/>
|
|
</tile>
|
|
</tileset>
|
|
<layer name="PLATFORM" width="50" height="8">
|
|
<data encoding="base64" compression="zlib">
|
|
eJxjYBgFgx0wY8EgwISGsakFAUY0jEsvNnXE2osOWLDgUTC4AHo84orLgQboaZIcfYTSP648gA/jMwdXnh1uAADZqwCd
|
|
</data>
|
|
</layer>
|
|
<objectgroup name="PLAYER">
|
|
<object id="24" gid="5" x="0" y="64" width="64" height="64"/>
|
|
</objectgroup>
|
|
<objectgroup name="BOUNDARY">
|
|
<object id="23" x="0" y="-192">
|
|
<polyline points="0,0 0,1024 3328,1024 3328,0 0,0"/>
|
|
</object>
|
|
</objectgroup>
|
|
<objectgroup name="FAILBOUNDARY">
|
|
<object id="29" x="0" y="704">
|
|
<polyline points="0,0 3328,0 3328,128 0,128 0,0"/>
|
|
</object>
|
|
</objectgroup>
|
|
<objectgroup name="PASSBOUNDARY">
|
|
<object id="30" x="3200" y="-192">
|
|
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
|
</object>
|
|
</objectgroup>
|
|
<objectgroup name="ENEMIES">
|
|
<object id="39" gid="8" x="1664" y="384" width="64" height="64">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
</object>
|
|
<object id="40" gid="8" x="1728" y="384" width="64" height="64">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
</object>
|
|
<object id="41" gid="8" x="1792" y="384" width="64" height="64">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
</object>
|
|
<object id="42" gid="8" x="1856" y="384" width="64" height="64">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
</object>
|
|
<object id="43" gid="8" x="1920" y="384" width="64" height="64">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
</object>
|
|
<object id="44" gid="8" x="1984" y="384" width="64" height="64">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
</object>
|
|
<object id="45" gid="8" x="2048" y="384" width="64" height="64">
|
|
<properties>
|
|
<property name="Colour" value="RED"/>
|
|
</properties>
|
|
</object>
|
|
</objectgroup>
|
|
</map>
|