Did some stuff
This commit is contained in:
parent
9cd355036c
commit
e1e49d3e19
71 changed files with 1004 additions and 1278 deletions
|
@ -1,18 +1,33 @@
|
|||
<?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="31">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="38">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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="1" tileheight="1" tilecount="0" columns="0"/>
|
||||
<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">
|
||||
eJxjYBgFxAImJDyUABMDfrczY8HEAHL1kQIoDXNCbqK2mxmRMK3SC7XDnREHHowAl1tp4V58dlGK6e0uWgEAX2sAgg==
|
||||
eJxjYBgFwx2wIGEmAniwAWS3kwKYkfBAA1LdTg4gNx5ZcGBscsQARjyYkDpK3YtNLSmAVLcQq45SgMvPgwEDALPDAS4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="24" gid="4" x="0" y="320" width="64" height="64"/>
|
||||
<object id="24" gid="5" x="0" y="320" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="23" x="0" y="-192">
|
||||
|
@ -29,9 +44,11 @@
|
|||
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApIBwAGQAAB
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="37" gid="7" x="1792" y="128" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,18 +1,32 @@
|
|||
<?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="31">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="44">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFo2AUDARgIoAHC2AmgKkB0P2Oyy5GApge4YnL7pEIALMwAF8=
|
||||
eJxjYBgFo2AU4AKMBDATHkwI4NNLjH56AWYCmBoA3e+47GJBw9SMD2IBrrQwEgEAB58AgQ==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="24" gid="4" x="0" y="320" width="64" height="64"/>
|
||||
<object id="24" gid="5" x="0" y="320" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="23" x="0" y="-192">
|
||||
|
@ -29,4 +43,56 @@
|
|||
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="31" gid="6" x="1024" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="32" gid="6" x="1152" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="33" gid="6" x="1280" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="34" gid="6" x="1408" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="35" gid="6" x="2880" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="36" gid="6" x="3008" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="38" gid="7" x="1600" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="41" gid="7" x="1728" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="42" gid="7" x="768" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="43" gid="7" x="576" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,18 +1,32 @@
|
|||
<?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="30">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="36">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFo2AUDBbAhIZBgBENEwPQ9WDDIMCMBWNzB8wtxNhFCSDWTkoBNj9TyyxKzRtKAACkFABW
|
||||
eJxjYBgFo2AUDBbAhIZBgBENEwPQ9bBgwSDAjAUz4FBPLKYEYPP/YAe4wnAkAAAVcwCH
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="22" gid="4" x="0" y="256" width="64" height="64"/>
|
||||
<object id="22" gid="5" x="0" y="256" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="21" x="0" y="-277.333">
|
||||
|
@ -29,9 +43,16 @@
|
|||
<polyline points="0,0 128,0 128,512 0,512 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApIBwAGQAAB
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="30" gid="6" x="960" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="31" gid="8" x="1472" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,18 +1,32 @@
|
|||
<?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="31">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFQwEwo2EQYELDuNQxomFcerGpI9ZedIBuFiMOdaNg4AB6POKKy4EG5KYhbGkQV/rHlX9w5SFyzRluAACcKwCU
|
||||
eJxjYBgFgx0wY8EgwISGsakFAUY0jEsvNnXE2osOWLDgUTC4AHo84orLgQboaZIcfYTSP648gA/jMwdXnh1uAADZqwCd
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="24" gid="4" x="0" y="64" width="64" height="64"/>
|
||||
<object id="24" gid="5" x="0" y="64" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="23" x="0" y="-192">
|
||||
|
@ -29,9 +43,41 @@
|
|||
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApIBwAGQAAB
|
||||
</data>
|
||||
</layer>
|
||||
<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>
|
||||
|
|
|
@ -1,21 +1,32 @@
|
|||
<?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="47">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="51">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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="5" name="Spikes" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/spikes.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFo2AU0AIwIWEQYMSCQYAZCyZkHhMONbgANnvRAbHuIBUQYzcleskNE1oAWoXhYAUAsHwAUw==
|
||||
eJxjYBgFo2AU0AIwIWEQYMSCQYAZCyZkHhMONbgACxrGBoh1B6kAm5+pqZfcMKEFoFUYDlYAAMxUAF8=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="22" gid="4" x="0" y="256" width="64" height="64"/>
|
||||
<object id="22" gid="5" x="0" y="256" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="21" x="0" y="-277.333">
|
||||
|
@ -32,9 +43,26 @@
|
|||
<polyline points="0,0 128,0 128,512 0,512 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2BoAFYSxUfB0AOjcTm0AAAyAAAQ
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="47" gid="7" x="1024" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="48" gid="7" x="2304" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="49" gid="6" x="1728" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="50" gid="6" x="768" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,18 +1,32 @@
|
|||
<?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="30">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="35">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFQxkwQTE6YEbDIMCIhpH1I5tDrF5KALr5QwngCvPBBNDjkBrxh08/rrjEpR5XGKKnRXoAQm5BB6T6dTgDAE5DAG8=
|
||||
eJxjYBgFQxkwQTE6YEbDIMCIhpH1I5tDrF5KALr5QwngCvPBBNDjkAUNkwPwxT+uuMSlHlcYoqdFegBCbkEHpPp1OAMAahsAew==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="22" gid="4" x="0" y="256" width="64" height="64"/>
|
||||
<object id="22" gid="5" x="0" y="256" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="21" x="0" y="-277.333">
|
||||
|
@ -29,9 +43,31 @@
|
|||
<polyline points="0,0 128,0 128,512 0,512 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApIBwAGQAAB
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="30" gid="6" x="1216" y="128" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="31" gid="6" x="2112" y="384" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="32" gid="6" x="2176" y="128" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="33" gid="6" x="3008" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="34" gid="6" x="3072" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,21 +1,32 @@
|
|||
<?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="31">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="40">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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="5" name="spikes" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/spikes.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFQx0wIeGhBBiRMCF5fOpIBdQKK2YkTAlgYsAeh8jmEgoHZHcw4jETl72kAmYG6vmfFECL9DAKyAcA3mgAUA==
|
||||
eJxjYBgFgwkwomEmIvQwIeGhBJD9SUgenzpSAbXCihkJUwKYGLDHIbK5hMIB2R2wdEMoXVCSbpgZqOd/UgALGh4FAwsADNcAYg==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="24" gid="4" x="0" y="320" width="64" height="64"/>
|
||||
<object id="24" gid="5" x="0" y="320" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="23" x="0" y="-192">
|
||||
|
@ -32,9 +43,51 @@
|
|||
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFwxmwQvFIB8SGwWhYjYJRQDwAAFKUABU=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="31" gid="7" x="896" y="128" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="32" gid="7" x="1664" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="33" gid="7" x="2496" y="192" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="34" gid="7" x="3008" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="35" gid="7" x="3072" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="36" gid="8" x="128" y="128" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="37" gid="8" x="1216" y="192" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="38" gid="6" x="1408" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="39" gid="6" x="2688" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="BLUE"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,21 +1,32 @@
|
|||
<?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="31">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="36">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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="5" name="spikes" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/spikes.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFlAJmKKYGYETC2OxAt4cJCRNSj24uLr3DHSCHAylhOtBgsLqLWEBttzNiwcj2wOzClg/Q3UNqvhsFEAAAL3cAZA==
|
||||
eJxjYBh+gBGK6QWYoZgagAUJY7MD3R4mJExIPXq44NI73AFyOJASpgMNBqu7iAXUdjsjFoxsD8wubPkA3T3oZsAArnw3CiAAAGRXAG8=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="24" gid="4" x="0" y="64" width="64" height="64"/>
|
||||
<object id="24" gid="5" x="0" y="64" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="23" x="0" y="-192">
|
||||
|
@ -32,9 +43,31 @@
|
|||
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBj+gJUG6kk1cxQMLBiNr1EwCqgPAGTIABU=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="31" gid="8" x="320" y="384" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="32" gid="8" x="1472" y="384" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="33" gid="8" x="2560" y="192" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="34" gid="7" x="832" y="128" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="35" gid="7" x="2304" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,21 +1,32 @@
|
|||
<?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="31">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="50" height="8" tilewidth="64" tileheight="64" nextobjectid="33">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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="5" name="spikes" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/spikes.png" width="64" height="64"/>
|
||||
<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">
|
||||
eJxjYBgFgwEwAzHjQDuCQsCExGZEwuiAGYoHIyAUB0wMqP4kxjxkM4n1NyVhRIr78JlBql9BAFeckwIGMn1QGnbU8P9AAHLiGgQAlYAAOA==
|
||||
eJxjYBgFgwEwAzHjQDuCQsCExGZBwuiAGYoHIyAUB0wMqP4kxjxkM4n1NyVhRIr78JlBql9BAN2/5ICBTB+Uhh01/D8QgJy4BgEAuIQAQQ==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="24" gid="4" x="0" y="128" width="64" height="64"/>
|
||||
<object id="24" gid="5" x="0" y="128" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="23" x="0" y="-192">
|
||||
|
@ -32,9 +43,16 @@
|
|||
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="50" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUUBOw0lnfKBhYMJLjDQAnTAAQ
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="31" gid="8" x="1088" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="32" gid="8" x="2560" y="384" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="RED"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
|
@ -1,18 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="8" tilewidth="64" tileheight="64" nextobjectid="38">
|
||||
<tileset firstgid="1" name="platformSet" tilewidth="64" tileheight="64" tilecount="3" columns="3">
|
||||
<image source="../spritesheets/platformSet.png" width="192" height="64"/>
|
||||
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="8" tilewidth="64" tileheight="64" nextobjectid="41">
|
||||
<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="4" name="player" tilewidth="64" tileheight="64" tilecount="1" columns="1">
|
||||
<image source="../textures/player_red.png" width="64" height="64"/>
|
||||
<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="75" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFQw0wIuFRgBswDbQDiASMDJTFKaVpgVA4DUQ4MpFoL7p6ZihGlqcU0Cu/IfsFVzgwYxEDgcFQNlBqN3p+QPYPMwNm3OIzY6ABEwP2OCTGD/gAJXpHAf0AADOTAFA=
|
||||
eJztlEsKACAIRE27/5kjaCGVZQhZ4IPZ9FPHCiD4jcQUyKB3Akpyp1Osd2Hnk4ePeBi3X09NfN7KrffGa5F8oMlY5YW/wRo7CaoQjL1dneENwryHmhpWWPYG9yh5mwBc
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="PLAYER">
|
||||
<object id="24" gid="4" x="64" y="128" width="64" height="64"/>
|
||||
<object id="24" gid="5" x="64" y="128" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="BOUNDARY">
|
||||
<object id="23" x="0" y="-256">
|
||||
|
@ -29,9 +43,21 @@
|
|||
<polyline points="0,0 0,640 128,640 128,0 0,0"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<layer name="SPIKES" width="75" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztwTEBAAAAwqD1T20JT6AAAHgaCWAAAQ==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="ENEMIES">
|
||||
<object id="38" gid="7" x="3648" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="39" gid="7" x="896" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="40" gid="7" x="1536" y="384" width="64" height="64">
|
||||
<properties>
|
||||
<property name="Colour" value="GREEN"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
Reference in a new issue