netpanzerbrushes.rb 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. ## $Id$
  2. ##
  3. ## Flexlay - A Generic 2D Game Editor
  4. ## Copyright (C) 2002 Ingo Ruhnke <grumbel@gmx.de>
  5. ##
  6. ## This program is free software: you can redistribute it and/or modify
  7. ## it under the terms of the GNU General Public License as published by
  8. ## the Free Software Foundation, either version 3 of the License, or
  9. ## (at your option) any later version.
  10. ##
  11. ## This program is distributed in the hope that it will be useful,
  12. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. ## GNU General Public License for more details.
  15. ##
  16. ## You should have received a copy of the GNU General Public License
  17. ## along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. # This file defines the mappings of Tile IDs to images/sprite
  19. $brushes = [
  20. [0, 8, 6, "House1"],
  21. [48, 8, 6, "House2"],
  22. [96, 8, 6, "House3"],
  23. [160, 8, 8, "House4"],
  24. [224, 8, 8, "House5"],
  25. [288, 8, 8, "House6"],
  26. [352, 8, 8, "House7"],
  27. [416, 10, 8, "House8"],
  28. [496, 10, 8, "House9"],
  29. [144, 4, 4, "Small House"],
  30. [720, 4, 4, "Small House with trees"],
  31. [576, 8, 6, "House with trees1"],
  32. [624, 8, 6, "House with trees2"],
  33. [672, 8, 6, "House with trees3"],
  34. [736, 8, 8, "House with trees4"],
  35. [800, 8, 8, "House with trees5"],
  36. [864, 8, 8, "House with trees6"],
  37. [928, 8, 8, "House with trees7"],
  38. [992, 10, 8, "House with trees8"],
  39. [1072, 10, 8, "House with trees9"],
  40. [1152, 30, 22, "Mountain"],
  41. [1812, 30, 22, "Mountain"],
  42. [2472, 30, 24, "Mountain"],
  43. [3192, 27, 17, "Mountain"],
  44. [3651, 19, 17, "Mountain"],
  45. [3974, 29, 14, "Mountain"],
  46. [4380, 22, 12, "Mountain"],
  47. [4644, 15, 19, "Mountain"],
  48. [4929, 16, 18, "Mountain"],
  49. [5217, 19, 14, "Mountain"],
  50. [5483, 22, 19, "Mountain"],
  51. [5901, 26, 18, "Mountain"],
  52. [6369, 21, 10, "Mountain"],
  53. [6579, 14, 17, "Mountain"],
  54. [6817, 14, 17, "Mountain"],
  55. [7055, 30, 16, "Mountain"],
  56. [7535, 23, 8, "Mountain"],
  57. [7719, 27, 14, "Mountain"],
  58. [8097, 4, 4, "Grass"],
  59. [8113, 4, 8, "Dirt"],
  60. [8145, 8, 7, "Dirt"],
  61. [8201, 8, 9, "Dirt"],
  62. [8273, 4, 10, "Dirt"],
  63. [8313, 6, 10, "Dirt"],
  64. [8373, 6, 6, "Dirt"],
  65. [8409, 6, 6, "Dirt"],
  66. [8445, 4, 4, "Dirt"],
  67. [8461, 4, 4, "Dirt"],
  68. [8477, 4, 4, "Dirt"],
  69. [8493, 4, 4, "Dirt"],
  70. [8509, 4, 4, "Dirt"],
  71. [8525, 4, 4, "Dirt"],
  72. [8541, 40, 25, "Lake"],
  73. [9541, 32, 18, "Outpost"],
  74. [10117, 10, 4, "Road"],
  75. [10157, 4, 10, "Road"],
  76. [10197, 10, 5, "Road"],
  77. [10247, 10, 4, "Road"],
  78. [10287, 10, 5, "Road"],
  79. [10337, 6, 6, "Road"],
  80. [10373, 6, 5, "Road"],
  81. [10403, 10, 4, "Road"],
  82. [10443, 10, 4, "Road"],
  83. [10483, 6, 6, "Road"],
  84. [10519, 10, 4, "Road"],
  85. [10559, 10, 5, "Road"],
  86. [10609, 6, 5, "Road"],
  87. [10639, 5, 4, "Road"],
  88. [10659, 5, 4, "Road"],
  89. [10679, 5, 4, "Road"],
  90. [10699, 5, 4, "Road"],
  91. [10719, 4, 5, "Road"],
  92. [10739, 4, 5, "Road"],
  93. [10759, 10, 4, "Road"],
  94. [10799, 10, 4, "Road"],
  95. [10839, 4, 14, "River"],
  96. [10895, 6, 3, "River"],
  97. [10913, 3, 2, "River"],
  98. [10919, 2, 2, "River"],
  99. [10923, 4, 4, "River"],
  100. [10939, 3, 4, "River"],
  101. [10951, 4, 3, "River"],
  102. [10963, 4, 1, "River"],
  103. [10967, 3, 1, "River"],
  104. [10970, 4, 7, "River"],
  105. [10998, 3, 2, "River"],
  106. [11004, 3, 4, "River"],
  107. [11016, 4, 4, "River"],
  108. [11032, 4, 3, "River"],
  109. [11044, 2, 2, "River"],
  110. [11048, 5, 3, "River"],
  111. [11063, 7, 4, "River"],
  112. [11091, 4, 4, "River"],
  113. [11107, 5, 4, "River Cross"],
  114. [11127, 6, 3, "River Cross"],
  115. [11145, 7, 4, "River Cross"],
  116. [11173, 5, 4, "River Cross"],
  117. [11193, 6, 3, "River Cross"],
  118. [11211, 7, 4, "River Cross"],
  119. [11239, 8, 8, "Trees"],
  120. [11303, 8, 2, "Trees"],
  121. [11319, 2, 8, "Trees"],
  122. [11335, 8, 2, "Trees"],
  123. [11351, 3, 8, "Trees"],
  124. [11375, 8, 8, "Trees"],
  125. [11439, 8, 8, "Trees"],
  126. [11503, 8, 8, "Trees"],
  127. [11567, 8, 8, "Trees"],
  128. [11631, 8, 8, "Trees"],
  129. [11695, 4, 8, "Trees"],
  130. [11727, 4, 8, "Trees"],
  131. [11759, 9, 5, "Trees"],
  132. [11804, 2, 7, "Trees"],
  133. [11818, 2, 3, "Trees"],
  134. [11824, 8, 8, "Trees"],
  135. [11888, 6, 6, "Trees"],
  136. [11924, 6, 6, "Trees"],
  137. ]
  138. # EOF #