Work on backflip Tux. Does not match our player Tux graphic, yet. For testing 48x48...
[supertux.git] / data / images / objects / switch / switch.sprite
1 (supertux-sprite
2   (action
3     (name "off")
4     (hitbox 3 4 25 39)
5     (images 
6       "switch-0.png"
7     )
8   )
9   (action
10     (name "turnon")
11     (hitbox 3 4 25 39)
12     (images 
13       "switch-1.png"
14     )
15   )
16   (action
17     (name "on")
18     (hitbox 3 4 25 39)
19     (images 
20       "switch-2.png"
21     )
22   )
23   (action
24     (name "turnoff")
25     (hitbox 3 4 25 39)
26     (images 
27       "switch-1.png"
28     )
29   )
30 )
31