- added start/end tiles
[supertux.git] / data / images / worldmap / antarctica.stwt
1 ;; (tile (id INT)
2 ;;       (directions TOP RIGHT DOWN LEFT) 
3 ;;
4 (supertux-worldmap-tiles
5
6  (tile (id 1)
7        (image "road_h.png")
8        (north #f)
9        (south #f)
10        (west  #t)
11        (east  #t)
12        (stop #f))
13  (tile (id 2)
14        (image "road_v.png")
15        (north #t)
16        (south #t)
17        (west  #f)
18        (east  #f)
19        (stop #f))
20  (tile (id 3)
21        (image "road_ws.png")
22        (north #f)
23        (south #t)
24        (west  #t)
25        (east  #f)
26        (stop #t))
27  (tile (id 4)
28        (image "road_cross.png")
29        (north #t)
30        (south #t)
31        (west  #t)
32        (east  #t)
33        (stop #t))
34  (tile (id 5)
35        (image "road_e.png")
36        (north #f)
37        (south #f)
38        (west  #f)
39        (east  #t)
40        (stop #t))
41  (tile (id 6)
42        (image "road_h_stop.png")
43        (north #f)
44        (south #f)
45        (west  #t)
46        (east  #t)
47        (stop #t))
48  (tile (id 7)
49        (image "road_v_stop.png")
50        (north #t)
51        (south #t)
52        (west  #f)
53        (east  #f)
54        (stop #t))
55  (tile (id 8)
56        (image "ground.png")
57        (north #f)
58        (south #f)
59        (east  #f)
60        (west  #f)
61        (stop  #f))
62
63  (tile (id 9)
64        (image "water.png"))
65
66  (tile (id 11)
67        (image "snow1.png"))
68  (tile (id 12)
69        (image "snow2.png"))
70  (tile (id 13)
71        (image "snow3.png"))
72  (tile (id 14)
73        (image "snow4.png"))
74  (tile (id 15)
75        (image "snow5.png"))
76  (tile (id 16)
77        (image "snow6.png"))
78  (tile (id 17)
79        (image "snow7.png"))
80  (tile (id 18)
81        (image "snow8.png"))
82  (tile (id 19)
83        (image "snow9.png"))
84  (tile (id 20)
85        (image "snow10.png"))
86  (tile (id 21)
87        (image "snow11.png"))
88  (tile (id 22)
89        (image "snow12.png"))
90  (tile (id 23)
91        (image "snow13.png"))
92  (tile (id 24)
93        (image "wood1.png"))
94  (tile (id 25)
95        (image "wood2.png"))
96  (tile (id 26)
97        (image "wood3.png"))
98  (tile (id 27)
99        (image "wood4.png"))
100  (tile (id 28)
101        (image "wood5.png"))
102  (tile (id 29)
103        (image "wood6.png"))
104  (tile (id 30)
105        (image "wood7.png"))
106  (tile (id 31)
107        (image "wood8.png"))
108  (tile (id 32)
109        (image "wood9.png"))
110  (tile (id 33)
111        (image "wood10.png"))
112  (tile (id 34)
113        (image "wood11.png"))
114  (tile (id 35)
115        (image "wood12.png"))
116  (tile (id 36)
117        (image "wood13.png"))
118
119  (tile (id 37) 
120        (image "road_ne.png")
121        (north #t)
122        (south #f)
123        (west  #f)
124        (east  #t))
125
126  (tile (id 38)
127        (image "road_nsw.png")
128        (north #t)
129        (south #t)
130        (west  #t)
131        (east  #f))
132  (tile (id 39)
133        (image "road_sw.png")
134        (north #f)
135        (south #t)
136        (west  #t)
137        (east  #f))
138  (tile (id 40)
139        (image "road_we.png")
140        (north #f)
141        (south #f)
142        (west  #t)
143        (east  #t)
144        (stop  #f))
145  (tile (id 41)
146        (image "road_nes.png")
147        (north #t)
148        (south #t)
149        (west  #f)
150        (east  #t))
151  (tile (id 42)
152        (image "road_nw.png")
153        (north #t)
154        (south #f)
155        (west  #t)
156        (east  #f))
157  (tile (id 43)
158        (image "road_swe.png")
159        (north #f)
160        (south #t)
161        (west  #t)
162        (east  #t))
163  (tile (id 44)
164        (image "road_new.png")
165        (north #t)
166        (south #f)
167        (west  #t)
168        (east  #t))
169  (tile (id 45)
170        (image "road_nesw.png")
171        (north #t)
172        (south #t)
173        (west  #t)
174        (east  #t))
175  (tile (id 46)
176        (image "road_nws.png")
177        (north #t)
178        (south #t)
179        (west  #t)
180        (east  #f))
181  (tile (id 47)
182        (image "road_ns.png")
183        (north #t)
184        (south #t)
185        (west  #f)
186        (east  #f)
187        (stop  #f))
188  (tile (id 48)
189        (image "road_se.png")
190        (north #f)
191        (south #t)
192        (west  #f)
193        (east  #t))
194
195  ;; castle
196  (tile (id 49)
197        (image "castle1.png")
198        (north #f)
199        (south #f)
200        (west  #f)
201        (east  #f))
202  (tile (id 50)
203        (image "castle2.png")
204        (north #f)
205        (south #f)
206        (west  #f)
207        (east  #f))
208  (tile (id 51)
209        (image "castle3.png")
210        (north #f)
211        (south #f)
212        (west  #f)
213        (east  #f))
214
215  (tile (id 52)
216        (image "castle4.png")
217        (north #f)
218        (south #f)
219        (west  #f)
220        (east  #f))
221  (tile (id 53)
222        (image "castle5.png")
223        (north #f)
224        (south #f)
225        (west  #f)
226        (east  #f))
227  (tile (id 54)
228        (image "castle6.png")
229        (north #f)
230        (south #f)
231        (west  #f)
232        (east  #f))
233
234  (tile (id 55)
235        (image "castle7.png")
236        (north #f)
237        (south #f)
238        (west  #f)
239        (east  #f))
240  (tile (id 56)
241        (image "castle8.png")
242        (stop  #t)
243        (north #f)
244        (south #f)
245        (west  #f)
246        (east  #t))
247  (tile (id 57)
248        (image "castle9.png")
249        (stop  #f)
250        (north #f)
251        (south #f)
252        (west  #t)
253        (east  #t))
254
255  (tile (id 58)
256        (image "igloo1.png")
257        (stop #f)
258        (north #f)
259        (south #f)
260        (west  #f)
261        (east  #f))
262  (tile (id 59)
263        (image "igloo2.png")
264        (stop #t)
265        (north #f)
266        (south #t)
267        (west  #f)
268        (east  #f))
269  )
270
271 ;; EOF ;;