map2.tmx 1.8KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <map version="1.0" orientation="isometric" width="200" height="100" tilewidth="20" tileheight="20">
  3. <tileset firstgid="1" name="Rock" tilewidth="20" tileheight="20">
  4. <image source="../../display/pygame/image/rock.png" width="20" height="20"/>
  5. <tile id="0">
  6. <properties>
  7. <property name="classname" value="Rock"/>
  8. <property name="file" value="intelligine.synergy.object.Rock"/>
  9. </properties>
  10. </tile>
  11. </tileset>
  12. <tileset firstgid="2" name="Food" tilewidth="20" tileheight="20">
  13. <image source="../../display/pygame/image/food.png" width="20" height="20"/>
  14. <tile id="0">
  15. <properties>
  16. <property name="classname" value="Food"/>
  17. <property name="file" value="intelligine.synergy.object.Food"/>
  18. </properties>
  19. </tile>
  20. </tileset>
  21. <tileset firstgid="3" name="hole" tilewidth="20" tileheight="20">
  22. <image source="../../display/pygame/image/hole.png" width="20" height="20"/>
  23. <tile id="0">
  24. <properties>
  25. <property name="classname" value="Hole"/>
  26. <property name="file" value="intelligine.synergy.object.Hole"/>
  27. </properties>
  28. </tile>
  29. </tileset>
  30. <layer name="Calque 1" width="200" height="100">
  31. <data encoding="base64" compression="zlib">
  32. eJzt3MFKI0EARdFE//+fBxeiDE5MXsIs6p4DvS14dC4upOt6uVyunvnhbK96x6f+Vt5uPKdu5os+fqePLn3cRx9N+rifPnp+esfvLzrnRPpo8ffjcfro0MdGHw362BU31+hjV9xco49dcXONPnbFzTX62BU31+hjV9xco49dcXONPnbFzTX62BU31+hjV9xco49dcXONPnbFzTX62BU31+hjV9xc8/GOb91BcO9T/K0UN9foY1fcXKOPXXFzjT52xc01+tgVN9foY1fcXKOPXXFzjf9/7Iqba/SxK26u0ceuuLlGH7vi5hp97Iqba/SxK26u0ceuuLlGH7vi5hp97Iqba/SxK26u0ceuuLlGH7vi5hp97Iqba/SxK26u0ceuuLlGH7vi5hp9bKrfhNXo43HlbyZrPr+vfcU5BfVvimu+f3/+7Dmn8819z9/3MzxzzsncSdH00/0l6zmncmdL17/u91nOOZE7jdpu3X/16DmncecXv90P98g5J3EnHh+unqceAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+jz/dxQL7
  33. </data>
  34. </layer>
  35. </map>