iso.tmx 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <map version="1.0" orientation="isometric" renderorder="right-down" width="6" height="6" tilewidth="184" tileheight="184" nextobjectid="7">
  3. <tileset firstgid="1" name="iso" tilewidth="184" tileheight="184" tilecount="1" columns="1">
  4. <image source="iso.png" width="184" height="184"/>
  5. </tileset>
  6. <layer name="Grid" width="6" height="6">
  7. <data encoding="csv">
  8. 1,1,1,1,1,1,
  9. 1,1,1,1,1,1,
  10. 1,1,1,1,1,1,
  11. 1,1,1,1,1,1,
  12. 1,1,1,1,1,1,
  13. 1,1,1,1,1,1
  14. </data>
  15. </layer>
  16. <objectgroup name="Objects">
  17. <properties>
  18. <property name="collidable" type="bool" value="true"/>
  19. </properties>
  20. <object id="1" x="184" y="368" width="184" height="184"/>
  21. <object id="2" x="644" y="277" width="260" height="260" rotation="45"/>
  22. <object id="3" x="410" y="910">
  23. <polygon points="-41.9565,10 141.996,10.0616 -42.0254,-173.96"/>
  24. </object>
  25. <object id="4" x="681" y="851" rotation="45">
  26. <polygon points="-41.9565,10 141.996,10.0616 -42.0254,-173.96"/>
  27. </object>
  28. <object id="5" x="828" y="828">
  29. <polyline points="0,0 92.0312,-91.9688 275.969,-91.9688 276,92"/>
  30. </object>
  31. <object id="6" x="790" y="108" rotation="45">
  32. <polyline points="0,0 92.0312,-91.9688 275.969,-91.9688 276,92"/>
  33. </object>
  34. </objectgroup>
  35. </map>