-
Notifications
You must be signed in to change notification settings - Fork 0
/
EmeraldIntro.tmx
51 lines (51 loc) · 1.44 KB
/
EmeraldIntro.tmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="30" height="20" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="brick-1" tilewidth="32" tileheight="32">
<image source="brick-1.png" width="128" height="128"/>
<tile id="0">
<properties>
<property name="components" value="Platform"/>
</properties>
</tile>
<tile id="1">
<properties>
<property name="components" value="PlayerStart"/>
</properties>
</tile>
<tile id="2">
<properties>
<property name="components" value="Spikes, Deadly"/>
</properties>
</tile>
<tile id="3">
<properties>
<property name="components" value="Gem"/>
</properties>
</tile>
<tile id="4">
<properties>
<property name="components" value="Spikes, Deadly"/>
</properties>
</tile>
<tile id="5">
<properties>
<property name="components" value="Stone, Pushable, Platform"/>
</properties>
</tile>
<tile id="6">
<properties>
<property name="components" value="Gem, PowerUp"/>
</properties>
</tile>
<tile id="7">
<properties>
<property name="components" value="Gem, PowerDown"/>
</properties>
</tile>
</tileset>
<layer name="Tile Layer 1" width="30" height="20">
<data encoding="base64" compression="zlib">
eJzF1sEKwCAMA9C6Mdj/f/HwIIzSsVCSWOhBQV+1HhwRMTalOyrXUQdyXkUdnXtm1MHob2e94l0h+2U3v3H2+Mtlx/VKpzvjLuYUbnaq/Rku4jDcPyf3susyHMQ9BA7iKhzEVTiI64jlnubc9b+Z+QDevQEk
</data>
</layer>
</map>