Advertisement
cloudmax

Game Stage Format

Jul 7th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.28 KB | None | 0 0
  1. {
  2.   "time": 60,
  3.   "height": 4,
  4.   "width": 4,
  5.   "limit": {
  6.     "1": 1,
  7.     "3": 1,
  8.     "4": 1,
  9.     "5": 2,
  10.     "6": 2
  11.   },
  12.   "tiles": [
  13.     [
  14.       {
  15.         "type": 11
  16.       },
  17.       0,
  18.       0,
  19.       {
  20.         "type": 9
  21.       }
  22.     ],
  23.     [
  24.       0,
  25.       0,
  26.       {
  27.         "type": 7
  28.       }
  29.     ],
  30.     [
  31.       {
  32.         "type": 3
  33.       },
  34.       0,
  35.       0,
  36.       {
  37.         "type": 4
  38.       }
  39.     ],
  40.     [
  41.       {
  42.         "type": 8
  43.       },
  44.       0,
  45.       0,
  46.       {
  47.         "type": 11
  48.       }
  49.     ]
  50.   ],
  51.   "items": [
  52.     {
  53.       "x": 2,
  54.       "y": 2,
  55.       "type": "ring"
  56.     },
  57.     {
  58.       "x": 3,
  59.       "y": 1,
  60.       "type": "coin"
  61.     },
  62.     {
  63.       "x": 0,
  64.       "y": 1,
  65.       "type": "crystal"
  66.     }
  67.   ],
  68.   "characters": [
  69.     {
  70.       "type": "player",
  71.       "position": 1000,
  72.       "rotation": 1,
  73.       "speed": 2,
  74.       "x": 0,
  75.       "y": 3
  76.     }
  77.   ]
  78. }
  79.  
  80. {"time":60,"height":4,"width":4,"limit":{"1":1,"3":1,"4":1,"5":2,"6":2},"tiles":[[{"type":11},0,0,{"type":9}],[0,0,{"type":7}],[{"type":3},0,0,{"type":4}],[{"type":8},0,0,{"type":11}]],"items":[{"x":2,"y":2,"type":"ring"},{"x":3,"y":1,"type":"coin"},{"x":0,"y":1,"type":"crystal"}],"characters":[{"type":"player","position":1000,"rotation":1,"speed":2,"x":0,"y":3}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement