forked from github/game-off-2013
-
Notifications
You must be signed in to change notification settings - Fork 1
/
boss.tmx
44 lines (44 loc) · 1.94 KB
/
boss.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
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="31" height="32" tilewidth="50" tileheight="50">
<tileset firstgid="1" source="castle.tsx"/>
<tileset firstgid="21" source="poker.tsx"/>
<tileset firstgid="27" source="items.tsx"/>
<tileset firstgid="83" source="misc.tsx"/>
<tileset firstgid="113" source="box.tsx"/>
<tileset firstgid="129" source="lightbulb.tsx"/>
<tileset firstgid="131" name="boss" tilewidth="50" tileheight="68">
<image source="p2_sprites.png" width="800" height="68"/>
<tile id="1">
<properties>
<property name="components" value="Talker"/>
</properties>
</tile>
<tile id="4">
<properties>
<property name="components" value="Talker"/>
</properties>
</tile>
</tileset>
<objectgroup name="Object Layer 1" width="31" height="32">
<object gid="25" x="813" y="957"/>
<object x="237" y="1029" width="76" height="113">
<properties>
<property name="components" value="PlayerSpawn"/>
</properties>
</object>
<object gid="25" x="1307" y="957"/>
<object gid="26" x="558" y="707"/>
<object gid="132" x="278" y="449">
<properties>
<property name="message" value="What do you want, a medal? I know a guy who'll do this for half what you make. Get back to work."/>
<property name="msgHeight" value="100"/>
<property name="msgWidth" value="200"/>
</properties>
</object>
</objectgroup>
<layer name="Tile Layer 1" width="31" height="32">
<data encoding="base64" compression="zlib">
eJzNV0FuwjAQtHwjFVWBPoFL/9D2yg/gRtsjVy6c+/PKUldMBw/ZdaImI60cm9md7Ch2Qk4p5Qmj4Dv1I/dT3EBtL38O2psB0Q3UbvUgw4g1TsTjeeF26XrfisfA363GnPqeQvsFQuE93XreUTyI3EWFm0UNFWP0jfn/7bnSjj7nXr8wbI9H+0Z8VtbUXqutj63twYa0h5yPkTBN1G4B5x1pvhV81m7pwWqse3jPoNXRWOJV9DImPkjDtMu9fU2kfaZ1w0lcP6W/vq7u5DGfPb8IbQ/wjFHnOfNttGdtBesHRw3eMxH+DrT5+d87anFOhI+e87ryD9+FNe3au1LxVd8FtTOYv336chT/nucezMVz5TPWiHge6SPCLxjTc+9/gcffnIXQjr5L+H7VvIxL0GftFpTct3Q9Oww8Ry32vPV7INPI6/x9hvwfP2Eajw==
</data>
</layer>
</map>