Skip to content

Commit ad20c84

Browse files
committed
Level 2 without the moving platforms so reader can build them
1 parent 1887be5 commit ad20c84

File tree

1 file changed

+244
-0
lines changed

1 file changed

+244
-0
lines changed
Lines changed: 244 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<map version="1.4" tiledversion="2021.01.13" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="25" height="20" tilewidth="128" tileheight="128" infinite="0" backgroundcolor="#a6e7ff" nextlayerid="12" nextobjectid="16">
3+
<tileset firstgid="1" name="arcade_platformer" tilewidth="128" tileheight="128" tilecount="62" columns="0">
4+
<grid orientation="orthogonal" width="1" height="1"/>
5+
<tile id="0">
6+
<image width="128" height="128" source="images/ground/Grass/grass.png"/>
7+
</tile>
8+
<tile id="1">
9+
<image width="128" height="128" source="images/ground/Grass/grassCenter_round.png"/>
10+
</tile>
11+
<tile id="2">
12+
<image width="128" height="128" source="images/ground/Grass/grassCenter.png"/>
13+
</tile>
14+
<tile id="3">
15+
<image width="128" height="128" source="images/ground/Grass/grassCliff_left.png"/>
16+
</tile>
17+
<tile id="4">
18+
<image width="128" height="128" source="images/ground/Grass/grassCliff_right.png"/>
19+
</tile>
20+
<tile id="5">
21+
<image width="128" height="128" source="images/ground/Grass/grassCliffAlt_left.png"/>
22+
</tile>
23+
<tile id="6">
24+
<image width="128" height="128" source="images/ground/Grass/grassCliffAlt_right.png"/>
25+
</tile>
26+
<tile id="7">
27+
<image width="128" height="128" source="images/ground/Grass/grassCorner_left.png"/>
28+
</tile>
29+
<tile id="8">
30+
<image width="128" height="128" source="images/ground/Grass/grassCorner_right.png"/>
31+
</tile>
32+
<tile id="9">
33+
<image width="128" height="128" source="images/ground/Grass/grassHalf_left.png"/>
34+
</tile>
35+
<tile id="10">
36+
<image width="128" height="128" source="images/ground/Grass/grassHalf_mid.png"/>
37+
</tile>
38+
<tile id="11">
39+
<image width="128" height="128" source="images/ground/Grass/grassHalf_right.png"/>
40+
</tile>
41+
<tile id="12">
42+
<image width="128" height="128" source="images/ground/Grass/grassHalf.png"/>
43+
</tile>
44+
<tile id="13">
45+
<image width="128" height="128" source="images/ground/Grass/grassHill_left.png"/>
46+
<objectgroup draworder="index">
47+
<object id="2" x="0.545455" y="0.909091">
48+
<polygon points="-0.545455,-0.909091 127.455,127.091 -0.545455,127.091"/>
49+
</object>
50+
</objectgroup>
51+
</tile>
52+
<tile id="14">
53+
<image width="128" height="128" source="images/ground/Grass/grassHill_right.png"/>
54+
<objectgroup draworder="index">
55+
<object id="1" x="0" y="128">
56+
<polygon points="0,0 128,0 128,-128"/>
57+
</object>
58+
</objectgroup>
59+
</tile>
60+
<tile id="15">
61+
<image width="128" height="128" source="images/ground/Grass/grassLeft.png"/>
62+
</tile>
63+
<tile id="16">
64+
<image width="128" height="128" source="images/ground/Grass/grassMid.png"/>
65+
</tile>
66+
<tile id="17">
67+
<image width="128" height="128" source="images/ground/Grass/grassRight.png"/>
68+
</tile>
69+
<tile id="29">
70+
<image width="128" height="128" source="images/HUD/hudHeart_empty.png"/>
71+
</tile>
72+
<tile id="30">
73+
<image width="128" height="128" source="images/HUD/hudHeart_full.png"/>
74+
</tile>
75+
<tile id="33">
76+
<image width="128" height="128" source="images/HUD/hudJewel_blue.png"/>
77+
</tile>
78+
<tile id="35">
79+
<image width="128" height="128" source="images/HUD/hudJewel_green.png"/>
80+
</tile>
81+
<tile id="37">
82+
<image width="128" height="128" source="images/HUD/hudJewel_red.png"/>
83+
</tile>
84+
<tile id="39">
85+
<image width="128" height="128" source="images/HUD/hudJewel_yellow.png"/>
86+
</tile>
87+
<tile id="41">
88+
<image width="128" height="128" source="images/HUD/hudKey_blue.png"/>
89+
</tile>
90+
<tile id="43">
91+
<image width="128" height="128" source="images/HUD/hudKey_green.png"/>
92+
</tile>
93+
<tile id="45">
94+
<image width="128" height="128" source="images/HUD/hudKey_red.png"/>
95+
</tile>
96+
<tile id="47">
97+
<image width="128" height="128" source="images/HUD/hudKey_yellow.png"/>
98+
</tile>
99+
<tile id="53">
100+
<image width="128" height="128" source="images/HUD/hudX.png"/>
101+
</tile>
102+
<tile id="54">
103+
<properties>
104+
<property name="point_value" type="int" value="5"/>
105+
</properties>
106+
<image width="128" height="128" source="images/items/coinBronze.png"/>
107+
</tile>
108+
<tile id="55">
109+
<properties>
110+
<property name="point_value" type="int" value="20"/>
111+
</properties>
112+
<image width="128" height="128" source="images/items/coinGold.png"/>
113+
</tile>
114+
<tile id="56">
115+
<properties>
116+
<property name="point_value" type="int" value="10"/>
117+
</properties>
118+
<image width="128" height="128" source="images/items/coinSilver.png"/>
119+
</tile>
120+
<tile id="60">
121+
<image width="128" height="128" source="images/items/flagGreen_down.png"/>
122+
</tile>
123+
<tile id="61">
124+
<image width="128" height="128" source="images/items/flagGreen1.png"/>
125+
<animation>
126+
<frame tileid="61" duration="250"/>
127+
<frame tileid="62" duration="250"/>
128+
</animation>
129+
</tile>
130+
<tile id="62">
131+
<image width="128" height="128" source="images/items/flagGreen2.png"/>
132+
</tile>
133+
<tile id="69">
134+
<image width="128" height="128" source="images/items/gemBlue.png"/>
135+
</tile>
136+
<tile id="70">
137+
<image width="128" height="128" source="images/items/gemGreen.png"/>
138+
</tile>
139+
<tile id="71">
140+
<image width="128" height="128" source="images/items/gemRed.png"/>
141+
</tile>
142+
<tile id="72">
143+
<image width="128" height="128" source="images/items/gemYellow.png"/>
144+
</tile>
145+
<tile id="77">
146+
<image width="128" height="128" source="images/items/star.png"/>
147+
</tile>
148+
<tile id="84">
149+
<image width="128" height="128" source="images/tiles/boxCrate_double.png"/>
150+
</tile>
151+
<tile id="95">
152+
<image width="128" height="128" source="images/tiles/brickBrown.png"/>
153+
</tile>
154+
<tile id="96">
155+
<image width="128" height="128" source="images/tiles/brickGrey.png"/>
156+
</tile>
157+
<tile id="104">
158+
<image width="128" height="128" source="images/tiles/doorOpen_mid.png"/>
159+
</tile>
160+
<tile id="105">
161+
<image width="128" height="128" source="images/tiles/doorOpen_top.png"/>
162+
</tile>
163+
<tile id="106">
164+
<image width="128" height="128" source="images/tiles/fence.png"/>
165+
</tile>
166+
<tile id="107">
167+
<image width="128" height="128" source="images/tiles/fenceBroken.png"/>
168+
</tile>
169+
<tile id="108">
170+
<image width="128" height="128" source="images/tiles/grass.png"/>
171+
</tile>
172+
<tile id="109">
173+
<image width="128" height="128" source="images/tiles/ladderMid.png"/>
174+
</tile>
175+
<tile id="110">
176+
<image width="128" height="128" source="images/tiles/ladderTop.png"/>
177+
</tile>
178+
<tile id="111">
179+
<image width="128" height="128" source="images/tiles/lava.png"/>
180+
</tile>
181+
<tile id="112">
182+
<image width="128" height="128" source="images/tiles/lavaTop_high.png"/>
183+
</tile>
184+
<tile id="113">
185+
<image width="128" height="128" source="images/tiles/lavaTop_low.png"/>
186+
</tile>
187+
<tile id="126">
188+
<image width="128" height="128" source="images/tiles/signExit.png"/>
189+
</tile>
190+
<tile id="127">
191+
<image width="128" height="128" source="images/tiles/signLeft.png"/>
192+
</tile>
193+
<tile id="128">
194+
<image width="128" height="128" source="images/tiles/signRight.png"/>
195+
</tile>
196+
<tile id="141">
197+
<image width="128" height="128" source="images/tiles/torch1.png"/>
198+
</tile>
199+
<tile id="142">
200+
<image width="128" height="128" source="images/tiles/torch2.png"/>
201+
<animation>
202+
<frame tileid="141" duration="250"/>
203+
<frame tileid="142" duration="250"/>
204+
</animation>
205+
</tile>
206+
<tile id="144">
207+
<image width="128" height="128" source="images/tiles/water.png"/>
208+
</tile>
209+
<tile id="145">
210+
<image width="128" height="128" source="images/tiles/waterTop_high.png"/>
211+
</tile>
212+
<tile id="146">
213+
<image width="128" height="128" source="images/tiles/waterTop_low.png"/>
214+
</tile>
215+
<tile id="150">
216+
<image width="128" height="128" source="images/tiles/grass2.png"/>
217+
<animation>
218+
<frame tileid="108" duration="250"/>
219+
<frame tileid="150" duration="250"/>
220+
</animation>
221+
</tile>
222+
</tileset>
223+
<layer id="1" name="ground" width="25" height="20">
224+
<data encoding="base64" compression="zlib">
225+
eAFjYBgFoyEwGgKjIUC/EGADWiWIhNnpZ/WoTYMgBEKp5AZ85uCTw2Y9cnqkFZsZaDGtMQAKEQM0
226+
</data>
227+
</layer>
228+
<layer id="2" name="background" width="25" height="20">
229+
<data encoding="base64" compression="zlib">
230+
eAFjYBgFoyEwGgKjIQAJAbvRgBjRITCY47+RiJiZToQakBKQunoi1Q4lZQBvtQKr
231+
</data>
232+
</layer>
233+
<layer id="3" name="goal" width="25" height="20">
234+
<data encoding="base64" compression="zlib">
235+
eAFjYBgFoyEwGgKjITAaAqMhMLhCIIsOzsmkgx30tAIA3KgA1A==
236+
</data>
237+
</layer>
238+
<objectgroup id="8" name="coins">
239+
<object id="9" gid="55" x="1916" y="2174" width="128" height="128"/>
240+
<object id="10" gid="56" x="1472" y="1334" width="128" height="128"/>
241+
<object id="11" gid="56" x="2428" y="1670" width="128" height="128"/>
242+
<object id="12" gid="56" x="2690" y="2178" width="128" height="128"/>
243+
</objectgroup>
244+
</map>

0 commit comments

Comments
 (0)