- improved tileability
[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 )
111
112 ;; EOF ;;