Added code and placeholder graphics (selfmade, GPL/GFDL) of a pushbutton
[supertux.git] / data / images / objects / pushbutton / pushbutton.sprite
1 (supertux-sprite
2   (action
3     (name "off")
4     (hitbox 1 2 30 14)
5     (images "pushbutton-0.png")
6   )
7   (action
8     (name "on")
9     (hitbox 1 2 30 8)
10     (images "pushbutton-1.png")
11   )
12 )