home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSExtras.lzx / Games / Levels / 04 < prev    next >
Encoding:
Text File  |  1997-03-12  |  1.1 KB  |  85 lines

  1. # pOS Logo
  2. # at first the number of different stones
  3. 4
  4. # every line is one StoneType
  5. Block1
  6. Block2
  7. Block3
  8. Block4
  9. # now the Stones Positions and HitCounts
  10. # StoneType, Left, Top, HitCount
  11. # if HitCount greater 10 the Stone cannot be destroyed
  12. 0 30 135 2
  13. 0 30 150 2
  14. 0 30 165 2
  15. 0 30 180 2
  16. 0 30 195 2
  17. 0 30 210 2
  18. 0 30 225 2
  19. 0 30 240 2
  20. 0 30 255 2
  21. 0 30 270 2
  22. 0 75 135 2
  23. 0 105 150 2
  24. 0 105 165 2
  25. 0 105 180 2
  26. 0 105 195 2
  27. 0 75 210 2
  28. 1 195 60 2
  29. 1 180 75 2
  30. 1 180 90 2
  31. 1 180 105 2
  32. 1 180 120 2
  33. 1 180 135 2
  34. 1 180 150 2
  35. 1 180 165 2
  36. 1 180 180 2
  37. 1 180 195 2
  38. 1 195 210 2
  39. 1 240 210 2
  40. 1 240 60 2
  41. 1 255 75 2
  42. 1 255 90 2
  43. 1 255 105 2
  44. 1 255 120 2
  45. 1 255 135 2
  46. 1 255 150 2
  47. 1 255 165 2
  48. 1 255 180 2
  49. 1 255 195 2
  50. 2 405 90 2
  51. 2 405 75 2
  52. 2 390 60 2
  53. 2 345 60 2
  54. 2 330 75 2
  55. 2 330 90 2
  56. 2 330 105 2
  57. 2 330 120 2
  58. 2 345 135 2
  59. 2 390 135 2
  60. 2 405 150 2
  61. 2 405 165 2
  62. 2 405 180 2
  63. 2 405 195 2
  64. 2 390 210 2
  65. 2 345 210 2
  66. 2 330 195 2
  67. 2 330 180 2
  68. 3 90 240 2
  69. 3 135 240 2
  70. 3 180 240 2
  71. 3 225 240 2
  72. 3 270 240 2
  73. 3 315 240 2
  74. 3 360 240 2
  75. 3 405 240 2
  76. 3 90 255 2
  77. 3 135 255 2
  78. 3 180 255 2
  79. 3 225 255 2
  80. 3 270 255 2
  81. 3 315 255 2
  82. 3 360 255 2
  83. 3 405 255 2
  84. #end
  85.