all repos — Legends-RPG @ 7728ded4533e4190e419a6c010b6e07c67e1d583

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">
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="direction" value="up"/>
23    <property name="state" value="dungeon2"/>
24   </properties>
25  </object>
26  <object name="start point" gid="73" x="192" y="288">
27   <properties>
28    <property name="direction" value="up"/>
29    <property name="state" value="dungeon4"/>
30   </properties>
31  </object>
32  <object name="blocker" gid="70" x="256" y="144"/>
33  <object name="blocker" gid="70" x="224" y="320"/>
34  <object name="blocker" gid="70" x="160" y="64"/>
35  <object name="blocker" gid="70" x="256" y="304"/>
36  <object name="blocker" gid="70" x="256" y="240"/>
37  <object name="blocker" gid="70" x="256" y="176"/>
38  <object name="blocker" gid="70" x="256" y="192"/>
39  <object name="blocker" gid="70" x="240" y="320"/>
40  <object name="blocker" gid="70" x="256" y="224"/>
41  <object name="blocker" gid="70" x="256" y="256"/>
42  <object name="blocker" gid="70" x="256" y="272"/>
43  <object name="blocker" gid="70" x="256" y="288"/>
44  <object name="blocker" gid="70" x="256" y="208"/>
45  <object name="blocker" gid="70" x="208" y="320"/>
46  <object name="blocker" gid="70" x="224" y="64"/>
47  <object name="blocker" gid="70" x="208" y="64"/>
48  <object name="blocker" gid="70" x="256" y="80"/>
49  <object name="blocker" gid="70" x="256" y="96"/>
50  <object name="blocker" gid="70" x="240" y="64"/>
51  <object name="blocker" gid="70" x="192" y="320"/>
52  <object name="blocker" gid="70" x="176" y="320"/>
53  <object name="blocker" gid="70" x="256" y="112"/>
54  <object name="blocker" gid="70" x="256" y="128"/>
55  <object name="blocker" gid="70" x="256" y="160"/>
56  <object name="blocker" gid="70" x="112" y="208"/>
57  <object name="blocker" gid="70" x="112" y="240"/>
58  <object name="blocker" gid="70" x="112" y="272"/>
59  <object name="blocker" gid="70" x="144" y="320"/>
60  <object name="blocker" gid="70" x="160" y="320"/>
61  <object name="blocker" gid="70" x="128" y="320"/>
62  <object name="blocker" gid="70" x="112" y="288"/>
63  <object name="blocker" gid="70" x="112" y="224"/>
64  <object name="blocker" gid="70" x="112" y="176"/>
65  <object name="blocker" gid="70" x="112" y="192"/>
66  <object name="blocker" gid="70" x="112" y="144"/>
67  <object name="blocker" gid="70" x="112" y="128"/>
68  <object name="blocker" gid="70" x="112" y="160"/>
69  <object name="blocker" gid="70" x="112" y="256"/>
70  <object name="blocker" gid="70" x="112" y="304"/>
71  <object name="blocker" gid="70" x="128" y="64"/>
72  <object name="blocker" gid="70" x="112" y="80"/>
73  <object name="blocker" gid="70" x="144" y="64"/>
74  <object name="blocker" gid="70" x="112" y="112"/>
75  <object name="blocker" gid="70" x="112" y="96"/>
76 </objectgroup>
77 <layer name="Tile Layer 2" width="25" height="25">
78  <data encoding="base64" compression="zlib">
79   eJxjYBhc4DMQf6GxHV+B+BuN7fgOxD9obMcoGAWjYBSMglEwCkYuAACy2gXC
80  </data>
81 </layer>
82</map>