Domo Planka Batalo.lua 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. return {
  2. version = "1.4",
  3. luaversion = "5.1",
  4. tiledversion = "1.4.3",
  5. orientation = "orthogonal",
  6. renderorder = "right-down",
  7. width = 13,
  8. height = 8,
  9. tilewidth = 32,
  10. tileheight = 32,
  11. nextlayerid = 3,
  12. nextobjectid = 1,
  13. properties = {},
  14. tilesets = {
  15. {
  16. name = "Indoor floors",
  17. firstgid = 1,
  18. filename = "tiled/Indoor floors.tsx",
  19. tilewidth = 32,
  20. tileheight = 32,
  21. spacing = 0,
  22. margin = 0,
  23. columns = 9,
  24. image = "tiled/tilesets_0/6.png",
  25. imagewidth = 288,
  26. imageheight = 192,
  27. objectalignment = "unspecified",
  28. tileoffset = {
  29. x = 0,
  30. y = 0
  31. },
  32. grid = {
  33. orientation = "orthogonal",
  34. width = 32,
  35. height = 32
  36. },
  37. properties = {},
  38. terrains = {},
  39. tilecount = 54,
  40. tiles = {}
  41. },
  42. {
  43. name = "Indoor walls",
  44. firstgid = 55,
  45. filename = "tiled/Indoor walls.tsx",
  46. tilewidth = 32,
  47. tileheight = 32,
  48. spacing = 0,
  49. margin = 0,
  50. columns = 15,
  51. image = "tiled/tilesets_0/4.png",
  52. imagewidth = 480,
  53. imageheight = 448,
  54. objectalignment = "unspecified",
  55. tileoffset = {
  56. x = 0,
  57. y = 0
  58. },
  59. grid = {
  60. orientation = "orthogonal",
  61. width = 32,
  62. height = 32
  63. },
  64. properties = {},
  65. terrains = {},
  66. tilecount = 210,
  67. tiles = {}
  68. },
  69. {
  70. name = "Indoor stuff",
  71. firstgid = 265,
  72. filename = "tiled/Indoor stuff.tsx",
  73. tilewidth = 32,
  74. tileheight = 32,
  75. spacing = 0,
  76. margin = 0,
  77. columns = 10,
  78. image = "tiled/tilesets_0/2.png",
  79. imagewidth = 320,
  80. imageheight = 352,
  81. objectalignment = "unspecified",
  82. tileoffset = {
  83. x = 0,
  84. y = 0
  85. },
  86. grid = {
  87. orientation = "orthogonal",
  88. width = 32,
  89. height = 32
  90. },
  91. properties = {},
  92. terrains = {},
  93. tilecount = 110,
  94. tiles = {}
  95. }
  96. },
  97. layers = {
  98. {
  99. type = "tilelayer",
  100. x = 0,
  101. y = 0,
  102. width = 13,
  103. height = 8,
  104. id = 1,
  105. name = "Fono",
  106. visible = true,
  107. opacity = 1,
  108. offsetx = 0,
  109. offsety = 0,
  110. properties = {},
  111. encoding = "lua",
  112. data = {
  113. 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101,
  114. 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
  115. 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
  116. 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
  117. 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
  118. 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
  119. 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
  120. 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11
  121. }
  122. },
  123. {
  124. type = "tilelayer",
  125. x = 0,
  126. y = 0,
  127. width = 13,
  128. height = 8,
  129. id = 2,
  130. name = "Malfono",
  131. visible = true,
  132. opacity = 1,
  133. offsetx = 0,
  134. offsety = 0,
  135. properties = {},
  136. encoding = "lua",
  137. data = {
  138. 0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 0,
  139. 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 290, 0,
  140. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  141. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  142. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  143. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  144. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  145. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
  146. }
  147. }
  148. }
  149. }