accidentally removed some images that were still used
[supertux.git] / data / images / worldmap / antarctica.stwt
1 ;; -*- mode: scheme -*-
2 ;; (tile (id INT)
3 ;;       (directions TOP RIGHT DOWN LEFT) 
4 ;;
5 (supertux-tiles
6  (tile (id 8)
7        (images "ground.png")
8        (north #f)
9        (south #f)
10        (east  #f)
11        (west  #f)
12        (stop  #f))
13
14  (tile (id 9)
15        (images "water.png"))
16
17  (tile (id 11)
18        (images "snow1.png"))
19  (tile (id 12)
20        (images "snow2.png"))
21  (tile (id 13)
22        (images "snow3.png"))
23  (tile (id 14)
24        (images "snow4.png"))
25  (tile (id 15)
26        (images "snow5.png"))
27  (tile (id 16)
28        (images "snow6.png"))
29  (tile (id 17)
30        (images "snow7.png"))
31  (tile (id 18)
32        (images "snow8.png"))
33  (tile (id 19)
34        (images "snow9.png"))
35  (tile (id 20)
36        (images "snow10.png"))
37  (tile (id 21)
38        (images "snow11.png"))
39  (tile (id 22)
40        (images "snow12.png"))
41  (tile (id 23)
42        (images "snow13.png"))
43  (tile (id 24)
44        (images "wood1.png"))
45  (tile (id 25)
46        (images "wood2.png"))
47  (tile (id 26)
48        (images "wood3.png"))
49  (tile (id 27)
50        (images "wood4.png"))
51  (tile (id 28)
52        (images "wood5.png"))
53  (tile (id 29)
54        (images "wood6.png"))
55  (tile (id 30)
56        (images "wood7.png"))
57  (tile (id 31)
58        (images "wood8.png"))
59  (tile (id 32)
60        (images "wood9.png"))
61  (tile (id 33)
62        (images "wood10.png"))
63  (tile (id 34)
64        (images "wood11.png"))
65  (tile (id 35)
66        (images "wood12.png"))
67  (tile (id 36)
68        (images "wood13.png"))
69
70  (tile (id 37) 
71        (images "road_ne.png")
72        (stop  #f)
73        (north #t)
74        (south #f)
75        (west  #f)
76        (east  #t))
77
78  (tile (id 38)
79        (images "road_nsw.png")
80        (north #t)
81        (south #t)
82        (west  #t)
83        (east  #f)
84        (stop  #t))
85  (tile (id 39)
86        (images "road_sw.png")
87        (stop  #f)
88        (north #f)
89        (south #t)
90        (west  #t)
91        (east  #f))
92  (tile (id 40)
93        (images "road_we.png")
94        (north #f)
95        (south #f)
96        (west  #t)
97        (east  #t)
98        (stop  #f))
99  (tile (id 41)
100        (images "road_nes.png")
101        (north #t)
102        (south #t)
103        (west  #f)
104        (east  #t)
105        (stop  #t))
106  (tile (id 42)
107        (images "road_nw.png")
108        (stop  #f)
109        (north #t)
110        (south #f)
111        (west  #t)
112        (east  #f))
113  (tile (id 43)
114        (images "road_swe.png")
115        (north #f)
116        (south #t)
117        (west  #t)
118        (east  #t)
119        (stop  #t))
120  (tile (id 44)
121        (images "road_new.png")
122        (north #t)
123        (south #f)
124        (west  #t)
125        (east  #t)
126        (stop  #t))
127  (tile (id 45)
128        (images "road_nesw.png")
129        (north #t)
130        (south #t)
131        (west  #t)
132        (east  #t)
133        (stop  #t))
134  (tile (id 46)
135        (images "road_nws.png")
136        (north #t)
137        (south #t)
138        (west  #t)
139        (east  #f)
140        (stop  #t))
141  (tile (id 47)
142        (images "road_ns.png")
143        (north #t)
144        (south #t)
145        (west  #f)
146        (east  #f)
147        (stop  #f))
148  (tile (id 48)
149        (images "road_se.png")
150        (stop  #f)
151        (north #f)
152        (south #t)
153        (west  #f)
154        (east  #t))
155
156  ;; castle
157  (tile (id 49)
158        (images "castle1.png")
159        (north #f)
160        (south #f)
161        (west  #f)
162        (east  #f))
163  (tile (id 50)
164        (images "castle2.png")
165        (north #f)
166        (south #f)
167        (west  #f)
168        (east  #f))
169  (tile (id 51)
170        (images "castle3.png")
171        (north #f)
172        (south #f)
173        (west  #f)
174        (east  #f))
175
176  (tile (id 52)
177        (images "castle4.png")
178        (north #f)
179        (south #f)
180        (west  #f)
181        (east  #f))
182  (tile (id 53)
183        (images "castle5.png")
184        (north #f)
185        (south #f)
186        (west  #f)
187        (east  #f))
188  (tile (id 54)
189        (images "castle6.png")
190        (north #f)
191        (south #f)
192        (west  #f)
193        (east  #f))
194
195  (tile (id 55)
196        (images "castle7.png")
197        (north #f)
198        (south #f)
199        (west  #f)
200        (east  #f))
201  (tile (id 56)
202        (images "castle8.png")
203        (stop  #t)
204        (north #f)
205        (south #f)
206        (west  #f)
207        (east  #t))
208  (tile (id 57)
209        (images "castle9.png")
210        (stop  #f)
211        (north #f)
212        (south #f)
213        (west  #t)
214        (east  #t))
215
216  (tile (id 58)
217        (images "igloo1.png")
218        (stop #f)
219        (north #f)
220        (south #f)
221        (west  #f)
222        (east  #f))
223  (tile (id 59)
224        (images "igloo2.png")
225        (stop #t)
226        (north #f)
227        (south #t)
228        (west  #f)
229        (east  #f))
230
231  (tile (id 60)
232        (images "snowman.png")
233        (north #f)
234        (south #t)
235        (west  #f)
236        (east  #f))
237  
238  ;; Secret paths
239  (tile (id 61)
240        (images "road_nws.png")
241        (north #t)
242        (south #t)
243        (west  #t)
244        (east  #t))
245   
246   (tile (id 62)
247        (images "snow5.png")
248        (stop  #f)
249        (north #f)
250        (south #f)
251        (west  #t)
252        (east  #t))
253   
254   (tile (id 63)
255        (images "water.png")
256        (stop  #f)
257        (north #f)
258        (south #f)
259        (west  #t)
260        (east  #t))
261   
262   (tile (id 64)
263        (images "snow7.png")
264        (stop  #f)
265        (north #f)
266        (south #f)
267        (west  #t)
268        (east  #t))
269
270   ;;one-way vertical road
271   (tile (id 65)
272     (images "road_ns.png")
273     (north #t)
274     (south #t)
275     (west  #f)
276     (east  #f)
277     (stop #f)
278     (one-way "north-south"))
279   
280     ;;one-way horizontal road
281   (tile (id 66)
282     (images "road_we.png")
283     (north #f)
284     (south #f)
285     (west  #t)
286     (east  #t)
287     (stop #f)
288     (one-way "west-east"))
289   
290   ;; Another invisible road
291   (tile (id 67)
292      (images "snow9.png")
293      (stop  #t)
294      (north #f)
295      (south #f)
296      (west  #t)
297      (east  #f))
298           
299   ;; End of the line
300   (tile (id 68)
301      (images "road_n.png")
302           (stop #t)
303      (north #t)
304      (south #f)
305      (west  #f)
306      (east  #f))
307   
308   (tile (id 69)
309      (images "road_e.png")
310      (stop #t)
311      (north #f)
312      (south #f)
313      (west  #f)
314      (east  #t))
315   
316   (tile (id 70)
317      (images "road_s.png")
318      (stop #t)
319      (north #f)
320      (south #t)
321      (west  #f)
322      (east  #f))
323           
324   (tile (id 71)
325      (images "road_w.png")
326      (stop #t)
327      (north #f)
328      (south #f)
329      (west  #t)
330      (east  #f))
331 )