Random stuff that I should have committed ages ago.
[supertux.git] / data / levels / test / tileplatforms.stl
1 (supertux-level
2   (version 2)
3   (name (_ "Tile Platform Test"))
4   (author "Mathnerd314")
5   (sector
6     (name "main")
7     (music "music/chipdisko.ogg")
8     (init-script "platform1.start_moving();platform2.start_moving();platform3.start_moving();") ;needed for some reason (they don't move initially)
9     (ambient-light 1 1 1)
10     (spawnpoint
11       (name "main")
12       (x 100)
13       (y 100)
14     )
15     (background
16       (speed 0.5)
17       (image "images/background/arctis.jpg")
18     )
19     (tilemap
20       (z-pos 0)
21       (solid #t)
22       (speed 1)
23       (width 27)
24       (height 19)
25       (tiles
26 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
27 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
28 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
29 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
30 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
31 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
32 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
33 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
34 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
35 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
36 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
37 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
38 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
39 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
40 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
41 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
42 7  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  9  0  0  0  0  0  0  
43 13 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 15 0  0  0  0  0  0  
44 10 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 12 0  0  0  0  0  0  
45       )
46     )
47     (tilemap
48       (name "platform1")
49       (z-pos 1)
50       (solid #t)
51       (speed 1)
52       (speed-y 1)
53       (path
54         (mode "circular")
55         (node
56           (x 224)
57           (y 192)
58           (time 5)
59         )
60         (node
61           (x 224)
62           (y 472)
63           (time 5)
64         )
65       )
66       (width 5)
67       (height 3)
68       (tiles
69         7  8  8  8  9 
70         13 14 14 14 15
71         16 17 17 17 18
72       )
73     )
74     (tilemap
75       (name "platform2")
76       (z-pos 2)
77       (solid #t)
78       (speed 1)
79       (speed-y 1)
80       (path
81         (mode "circular")
82         (node
83           (x 86)
84           (y 450)
85           (time 1)
86         )
87         (node
88           (x 200)
89           (y 450)
90           (time 1)
91         )
92       )
93       (width 5)
94       (height 1)
95       (tiles
96         27 28 28 28 29
97       )
98     )
99     (tilemap
100       (name "platform3")
101       (z-pos 2)
102       (solid #t)
103       (speed 1)
104       (speed-y 1)
105       (path
106         (mode "circular")
107         (node
108           (x 200)
109           (y 450)
110           (time 1)
111         )
112         (node
113           (x 86)
114           (y 450)
115           (time 1)
116         )
117       )
118       (width 5)
119       (height 1)
120       (tiles
121         27 28 28 28 29
122       )
123     )
124     (camera
125       (mode "normal")
126     )
127   )
128 )