forked from github/game-off-2013
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sand.tsx
84 lines (84 loc) · 1.8 KB
/
sand.tsx
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
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="sand" tilewidth="50" tileheight="50">
<image source="sand.png" width="250" height="200"/>
<tile id="0">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
<tile id="1">
<properties>
<property name="components" value="Wall"/>
</properties>
</tile>
<tile id="2">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
<tile id="3">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
<tile id="4">
<properties>
<property name="components" value="Platform"/>
</properties>
</tile>
<tile id="5">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
<tile id="6">
<properties>
<property name="components" value="Platform"/>
</properties>
</tile>
<tile id="7">
<properties>
<property name="components" value="Platform"/>
</properties>
</tile>
<tile id="8">
<properties>
<property name="components" value="Platform"/>
</properties>
</tile>
<tile id="9">
<properties>
<property name="components" value="Platform"/>
</properties>
</tile>
<tile id="10">
<properties>
<property name="components" value="Platform"/>
</properties>
</tile>
<tile id="11">
<properties>
<property name="components" value="ForwardSlope"/>
</properties>
</tile>
<tile id="13">
<properties>
<property name="components" value="BackwardSlope"/>
</properties>
</tile>
<tile id="17">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
<tile id="18">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
<tile id="19">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
</tileset>