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