restore trunk
[supertux.git] / supertux / data / images / objects / switch / left.sprite
1 (supertux-sprite
2   (action
3     (name "off")
4     (hitbox 11 2 20 44)
5     (images 
6       "left-0.png"
7     )
8   )
9   (action
10     (name "turnon")
11     (hitbox 11 2 20 44)
12     (images 
13       "left-1.png"
14     )
15   )
16   (action
17     (name "on")
18     (hitbox 11 2 20 44)
19     (images 
20       "left-2.png"
21     )
22   )
23   (action
24     (name "turnoff")
25     (hitbox 11 2 20 44)
26     (images 
27       "left-1.png"
28     )
29   )
30 )
31