all repos — Legends-RPG @ 2ada8efcd445f4fdc94020fcb7f03a34dca285af

A fantasy mini-RPG built with Python and Pygame.

town.tmx (view raw)

 1<?xml version="1.0" encoding="UTF-8"?>
 2<map version="1.0" orientation="orthogonal" width="25" height="50" tilewidth="16" tileheight="16">
 3 <tileset firstgid="1" name="tile set 1" tilewidth="16" tileheight="16">
 4  <image source="resources/graphics/tile set 1.png" width="160" height="80"/>
 5 </tileset>
 6 <layer name="Tile Layer 1" width="25" height="50">
 7  <data encoding="base64" compression="zlib">
 8   eJzt1iEOgEAQQ9E9AyABCUjg/oejejHNNBjyX1I5mcq29j+DMirThz9mZVHWwq3bb1N25Sj8cPudyqXchR9JP1fSDwAAoJfuROc+2YnufbrDnPt0h7HjAAB4ewDOmAZh
 9  </data>
10 </layer>
11</map>