background.stgt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ;SuperTux-Tile-Definition
  2. (supertux-tiles
  3. (properties
  4. (id 0))
  5. (tile (id 1)
  6. (images "background1.png"))
  7. (tile (id 2)
  8. (images "background2.png"))
  9. (tile (id 3)
  10. (images "background3.png"))
  11. (tile (id 4)
  12. (images "background4.png"))
  13. (tile (id 5)
  14. (images "background5.png"))
  15. (tile (id 6)
  16. (images "background6.png"))
  17. (tile (id 7)
  18. (images "background7.png"))
  19. (tile (id 9)
  20. (images "backgroundtile1.png"))
  21. (tile (id 10)
  22. (images "backgroundtile2.png"))
  23. (tile (id 11)
  24. (images "backgroundtile3.png"))
  25. (tile (id 12)
  26. (images "backgroundtile4.png"))
  27. (tile (id 13)
  28. (images "backgroundtile5.png"))
  29. (tile (id 14)
  30. (images "cloud-00.png"))
  31. (tile (id 15)
  32. (images "cloud-01.png"))
  33. (tile (id 16)
  34. (images "cloud-02.png"))
  35. (tile (id 17)
  36. (images "cloud-03.png"))
  37. (tile (id 18)
  38. (images "cloud-10.png"))
  39. (tile (id 19)
  40. (images "cloud-11.png"))
  41. (tile (id 20)
  42. (images "cloud-12.png"))
  43. (tile (id 21)
  44. (images "cloud-13.png"))
  45. )