pushbutton.sprite 189 B

12345678910111213
  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. )