Advertisement
XArnonX

map

Feb 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.44 KB | None | 0 0
  1. {
  2.   "layers": [{
  3.     "data": [
  4.               2, 6,  6,  6,  6,  6,  6,  6,  6,  6,  3,
  5.               7, 11, 11, 11, 11, 11, 11, 11, 11, 11, 8,
  6.               7, 11, 10, 11, 10, 11, 10, 11, 10, 11, 8,
  7.               7, 11, 11, 11, 11, 11, 11, 11, 11, 11, 8,
  8.               7, 11, 10, 11, 10, 11, 10, 11, 10, 11, 8,
  9.               7, 11, 11, 11, 11, 11, 11, 11, 11, 11, 8,
  10.               7, 11, 10, 11, 10, 11, 10, 11, 10, 11, 8,
  11.               7, 11, 11, 11, 11, 11, 11, 11, 11, 11, 8,
  12.               7, 11, 10, 11, 10, 11, 10, 11, 10, 11, 8,
  13.               7, 11, 11, 11, 11, 11, 11, 11, 11, 11, 8,
  14.               4, 9,  9,  9,  9,  9,  9,  9,  9,  9,  5],
  15.     "height": 11,
  16.     "name": "Map",
  17.     "opacity": 1,
  18.     "type": "tilelayer",
  19.     "visible": true,
  20.     "width": 11,
  21.     "x": 0,
  22.     "y": 0
  23.   }, {
  24.     "data": [
  25.               14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
  26.               14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14,
  27.               14, 13, 14, 13, 14, 13, 14, 13, 14, 13, 14,
  28.               14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14,
  29.               14, 13, 14, 13, 14, 13, 14, 13, 14, 13, 14,
  30.               14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14,
  31.               14, 13, 14, 13, 14, 13, 14, 13, 14, 13, 14,
  32.               14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14,
  33.               14, 13, 14, 13, 14, 13, 14, 13, 14, 13, 14,
  34.               14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14,
  35.               14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14],
  36.     "height": 11,
  37.     "name": "Collision",
  38.     "opacity": 0,
  39.     "type": "tilelayer",
  40.     "visible": true,
  41.     "width": 11,
  42.     "x": 0,
  43.     "y": 0
  44.   }],
  45.   "nextobjectid": 1,
  46.   "orientation": "orthogonal",
  47.   "renderorder": "right-down",
  48.   "tileheight": 100,
  49.   "tilewidth": 100,
  50.   "tilesets": [{
  51.     "firstgid": 1,
  52.     "image": "..\/images\/tilesets\/Hintergrund_Kacheln.png",
  53.     "imageheight":100,
  54.     "imagewidth": 1100,
  55.     "margin": 0,
  56.     "name": "HintergrundKacheln",
  57.     "spacing": 0,
  58.     "tileheight": 100,
  59.     "tilewidth": 100
  60.   }, {
  61.     "firstgid": 12,
  62.     "image": "..\/images\/tilesets\/collision2.png",
  63.     "imageheight": 100,
  64.     "imagewidth": 300,
  65.     "margin": 0,
  66.     "name": "Collision Tileset",
  67.     "spacing": 0,
  68.     "tileheight": 100,
  69.     "tileproperties": {
  70.       "0": {
  71.         "collisions": "false"
  72.       },
  73.       "1": {
  74.         "collisions": "true"
  75.       },
  76.       "2": {
  77.         "collisions": "true"
  78.       }
  79.     },
  80.     "tilewidth": 100
  81.   }]
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement