main.tmx 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="16" height="12" tilewidth="24" tileheight="24" infinite="0" nextlayerid="5" nextobjectid="10">
  3. <properties>
  4. <property name="south" value="south"/>
  5. <property name="west" value="west"/>
  6. </properties>
  7. <tileset firstgid="1" source="animaltransiro.tsx"/>
  8. <layer id="1" name="tiles" width="16" height="12">
  9. <data encoding="csv">
  10. 1,1,1,1,1,1,33,1,1,1,1,1,33,1,1,1,
  11. 1,1,1,1,1,43,45,1,1,1,1,1,1,43,44,45,
  12. 1,1,1,2,1,75,78,45,1,2,1,1,43,79,76,77,
  13. 1,1,1,2,1,75,76,77,1,2,1,33,75,76,76,77,
  14. 1,43,45,1,1,107,47,78,45,1,38,40,107,47,46,109,
  15. 44,79,77,1,1,1,75,76,77,1,70,73,40,75,77,1,
  16. 76,76,78,45,1,33,107,108,109,1,70,71,72,107,109,1,
  17. 76,76,46,109,1,1,38,39,39,39,74,71,72,33,1,1,
  18. 108,108,109,1,1,38,74,103,42,71,71,41,104,1,1,1,
  19. 1,1,1,1,38,74,72,1,70,71,41,104,1,1,33,1,
  20. 1,1,33,1,102,103,73,39,74,41,104,1,1,1,1,1,
  21. 1,1,1,1,1,1,70,71,71,72,1,1,1,1,1,1
  22. </data>
  23. </layer>
  24. <layer id="2" name="entities" width="16" height="12">
  25. <data encoding="csv">
  26. 0,26,27,28,29,0,0,0,30,31,32,0,0,0,0,0,
  27. 0,58,59,60,61,0,0,37,62,63,64,0,0,0,0,0,
  28. 0,90,91,92,93,0,0,0,94,95,96,34,0,0,0,0,
  29. 0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,
  30. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  31. 0,0,0,0,0,37,0,0,0,0,0,37,35,0,0,0,
  32. 0,0,0,0,0,0,0,0,0,0,0,0,4,0,69,0,
  33. 0,0,0,0,0,0,35,0,0,0,0,0,0,37,101,0,
  34. 0,0,0,34,0,0,0,0,0,0,0,0,0,37,0,0,
  35. 0,35,0,0,69,0,0,0,0,0,0,0,34,0,37,0,
  36. 0,0,0,0,101,0,0,0,34,0,0,0,0,0,0,0,
  37. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  38. </data>
  39. </layer>
  40. <layer id="3" name="decoration" width="16" height="12">
  41. <data encoding="csv">
  42. 0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,
  43. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  44. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  45. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  46. 0,0,0,0,0,5,0,0,0,0,0,5,3,0,0,0,
  47. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  48. 0,0,0,0,0,0,3,0,0,0,0,0,0,5,0,0,
  49. 0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,
  50. 0,3,0,0,0,0,0,0,0,0,0,0,0,0,5,0,
  51. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  52. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
  53. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  54. </data>
  55. </layer>
  56. <objectgroup id="4" name="meta">
  57. <object id="2" x="96" y="72" width="24" height="24">
  58. <properties>
  59. <property name="signText" value="Bonvenon al la kafejo!"/>
  60. </properties>
  61. </object>
  62. <object id="3" x="288" y="144" width="24" height="24">
  63. <properties>
  64. <property name="signText" value="This is an example sign."/>
  65. </properties>
  66. </object>
  67. <object id="8" x="216" y="48" width="24" height="24">
  68. <properties>
  69. <property name="target" value="house_01"/>
  70. <property name="targetX" type="int" value="8"/>
  71. <property name="targetY" type="int" value="8"/>
  72. </properties>
  73. </object>
  74. <object id="9" x="72" y="48" width="24" height="24">
  75. <properties>
  76. <property name="target" value="cafe_01"/>
  77. <property name="targetX" type="int" value="8"/>
  78. <property name="targetY" type="int" value="9"/>
  79. </properties>
  80. </object>
  81. </objectgroup>
  82. </map>