all repos — Legends-RPG @ 61fca12ff6593e7b348fd6831f7f0323d1a3ac7c

A fantasy mini-RPG built with Python and Pygame.

resources/tmx/dungeon3.tmx (view raw)

 1<?xml version="1.0" encoding="UTF-8"?>
 2<map version="1.0" orientation="orthogonal" width="25" height="25" tilewidth="16" tileheight="16" backgroundcolor="#130f30">
 3 <tileset firstgid="1" name="tileset2" tilewidth="16" tileheight="16">
 4  <image source="../graphics/tileset2.png" width="160" height="180"/>
 5 </tileset>
 6 <tileset firstgid="111" name="tileset3" tilewidth="16" tileheight="16">
 7  <image source="../graphics/tileset3.png" width="176" height="192"/>
 8 </tileset>
 9 <tileset firstgid="243" name="castledoor" tilewidth="16" tileheight="16">
10  <image source="../graphics/castledoor.png" width="32" height="48"/>
11 </tileset>
12 <layer name="Tile Layer 1" width="25" height="25">
13  <data encoding="base64" compression="zlib">
14   eJztz80KgkAYheG5wmgpLaN9plaklT94F1r2cw+51ivzXYwwiAuhiSi+Aw8z3+pwlPpu1nCxgQcfAbbYYY/Dmx0hIhxxwhkxEqTIkP9IR4NWvzPMjbu11PFCrV8HC+OuLXWYO/oO2THeITumd8iO6R3/uGOJlfrsjj42dxQoccEVFW6444Gn/kskw3Q16m94
15  </data>
16 </layer>
17 <objectgroup name="Object Layer 1" width="25" height="25" visible="0">
18  <object name="portal" type="dungeon2" gid="89" x="176" y="304"/>
19  <object name="portal" type="dungeon4" gid="89" x="192" y="304"/>
20  <object name="start point" gid="73" x="176" y="288">
21   <properties>
22    <property name="state" value="dungeon2"/>
23   </properties>
24  </object>
25  <object name="start point" gid="73" x="192" y="288">
26   <properties>
27    <property name="state" value="dungeon4"/>
28   </properties>
29  </object>
30  <object name="blocker" gid="70" x="256" y="144"/>
31  <object name="blocker" gid="70" x="224" y="320"/>
32  <object name="blocker" gid="70" x="160" y="64"/>
33  <object name="blocker" gid="70" x="256" y="304"/>
34  <object name="blocker" gid="70" x="256" y="240"/>
35  <object name="blocker" gid="70" x="256" y="176"/>
36  <object name="blocker" gid="70" x="256" y="192"/>
37  <object name="blocker" gid="70" x="240" y="320"/>
38  <object name="blocker" gid="70" x="256" y="224"/>
39  <object name="blocker" gid="70" x="256" y="256"/>
40  <object name="blocker" gid="70" x="256" y="272"/>
41  <object name="blocker" gid="70" x="256" y="288"/>
42  <object name="blocker" gid="70" x="256" y="208"/>
43  <object name="blocker" gid="70" x="208" y="320"/>
44  <object name="blocker" gid="70" x="224" y="64"/>
45  <object name="blocker" gid="70" x="208" y="64"/>
46  <object name="blocker" gid="70" x="256" y="80"/>
47  <object name="blocker" gid="70" x="256" y="96"/>
48  <object name="blocker" gid="70" x="240" y="64"/>
49  <object name="blocker" gid="70" x="192" y="320"/>
50  <object name="blocker" gid="70" x="176" y="320"/>
51  <object name="blocker" gid="70" x="256" y="112"/>
52  <object name="blocker" gid="70" x="256" y="128"/>
53  <object name="blocker" gid="70" x="256" y="160"/>
54  <object name="blocker" gid="70" x="112" y="208"/>
55  <object name="blocker" gid="70" x="112" y="240"/>
56  <object name="blocker" gid="70" x="112" y="272"/>
57  <object name="blocker" gid="70" x="144" y="320"/>
58  <object name="blocker" gid="70" x="160" y="320"/>
59  <object name="blocker" gid="70" x="128" y="320"/>
60  <object name="blocker" gid="70" x="112" y="288"/>
61  <object name="blocker" gid="70" x="112" y="224"/>
62  <object name="blocker" gid="70" x="112" y="176"/>
63  <object name="blocker" gid="70" x="112" y="192"/>
64  <object name="blocker" gid="70" x="112" y="144"/>
65  <object name="blocker" gid="70" x="112" y="128"/>
66  <object name="blocker" gid="70" x="112" y="160"/>
67  <object name="blocker" gid="70" x="112" y="256"/>
68  <object name="blocker" gid="70" x="112" y="304"/>
69  <object name="blocker" gid="70" x="128" y="64"/>
70  <object name="blocker" gid="70" x="112" y="80"/>
71  <object name="blocker" gid="70" x="144" y="64"/>
72  <object name="blocker" gid="70" x="112" y="112"/>
73  <object name="blocker" gid="70" x="112" y="96"/>
74 </objectgroup>
75 <layer name="Tile Layer 2" width="25" height="25">
76  <data encoding="base64" compression="zlib">
77   eJxjYBhc4DMQf6GxHV+B+BuN7fgOxD9obMcoGAWjYBSMglEwCkYuAACy2gXC
78  </data>
79 </layer>
80</map>