Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <map version="1.0" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32">
  3. <tileset firstgid="1" name="GRASS" tilewidth="32" tileheight="32">
  4. <image source="jrpggrass.png" width="96" height="32"/>
  5. <tile id="0">
  6. <properties>
  7. <property name="blocked" value="false"/>
  8. </properties>
  9. </tile>
  10. <tile id="1">
  11. <properties>
  12. <property name="blocked" value="false"/>
  13. </properties>
  14. </tile>
  15. <tile id="2">
  16. <properties>
  17. <property name="blocked" value="false"/>
  18. </properties>
  19. </tile>
  20. </tileset>
  21. <tileset firstgid="4" name="BRICK" tilewidth="32" tileheight="32">
  22. <image source="jrpgbrick.png" width="32" height="32"/>
  23. <tile id="0">
  24. <properties>
  25. <property name="blocked" value="true"/>
  26. </properties>
  27. </tile>
  28. </tileset>
  29. <layer name="Tile Layer 1" width="10" height="10">
  30. <data encoding="base64" compression="gzip">
  31. H4sIAAAAAAAAC2NmYGBghmIWJDY6ZiQSMyFhFjQ+MibWPGQ3UMN9g908AHf1PkKQAQAA
  32. </data>
  33. </layer>
  34. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement