-
Notifications
You must be signed in to change notification settings - Fork 0
/
supermarket.tmx
100 lines (100 loc) · 2.84 KB
/
supermarket.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="64" tileheight="64" backgroundcolor="#221134">
<tileset firstgid="1" name="floor" tilewidth="64" tileheight="64">
<image source="gfx/floor.png" width="256" height="256"/>
<tile id="1">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
<tile id="2">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
<tile id="5">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
<tile id="6">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
<tile id="10">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
<tile id="11">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
<tile id="14">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
<tile id="15">
<properties>
<property name="collidable" value="true"/>
</properties>
</tile>
</tileset>
<layer name="Floor" width="10" height="10">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,
0,1,1,1,1,1,1,1,1,0,
0,1,1,1,1,1,1,1,1,0,
0,1,1,1,1,1,1,1,1,0,
0,1,1,1,1,1,1,1,1,0,
0,1,1,1,1,1,1,1,1,0,
0,1,1,1,1,1,1,1,1,0,
0,1,1,1,1,1,1,1,1,0,
0,1,1,1,1,1,1,1,1,0,
0,0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer name="Collision" width="10" height="10">
<properties>
<property name="collidable" value="false"/>
</properties>
<data encoding="csv">
11,6,6,6,6,6,6,6,6,12,
2,0,0,0,0,0,0,0,0,7,
2,0,0,0,0,0,0,0,0,7,
2,0,0,0,0,0,0,0,0,7,
2,0,0,0,0,0,0,0,0,7,
2,0,0,0,0,0,0,0,0,7,
2,0,0,0,0,0,0,0,0,7,
2,0,0,0,0,0,0,0,0,16,
2,0,0,0,0,0,0,0,0,12,
15,0,15,3,3,3,10,3,3,16
</data>
</layer>
<objectgroup name="Collision" visible="0">
<object x="384" y="576" width="64" height="64">
<properties>
<property name="collidable" value="true"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Shelves">
<object type="ketchup" x="192" y="192" width="64" height="128"/>
<object type="chips" x="256" y="576" width="64" height="128" rotation="180"/>
<object type="mustard" x="192" y="320" width="64" height="128"/>
<object type="coffee" x="63" y="128" width="64" height="64" rotation="270"/>
<object type="cornflakes" x="512" y="64" width="64" height="192" rotation="90"/>
<object type="olive oil" x="576" y="320" width="64" height="128" rotation="180"/>
<object type="olive oil" x="576" y="448" width="64" height="128" rotation="180"/>
</objectgroup>
<objectgroup name="Entry">
<object type="leftDoor" gid="9" x="64" y="576"/>
<object type="rightDoor" gid="10" x="128" y="576"/>
</objectgroup>
<objectgroup name="Cashiers">
<object x="448" y="448" width="64" height="128"/>
</objectgroup>
</map>