1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
| { "name": "map_one.txt",
"title": "Map One",
"currentMap": 4.
"items": [
{ name: 'Pickaxe', x: 5, y: 1 },
{ name: 'Battleaxe', x: 2, y: 3 }
],
"map": [ { 1,3,1,1,1,24,1,1,1,1,1,1,1 },
{ 1,3,1,1,1,24,1,1,1,1,1,1,1 },
{ 1,7,1,1,1,24,1,1,24,1,1,1,1 },
{ 1,7,1,1,7,1,1,1,24,1,1,1,1 },
{ 1,7,7,7,1,24,24,24,24,1,1,1,1 },
{ 1,1,7,1,1,24,1,24,1,1,1,1,1 },
{ 1,1,1,1,1,24,1,1,1,1,1,1,1 },
{ 1,1,3,1,1,24,1,1,1,1,1,1,1 },
{ 1,3,3,1,1,24,1,1,1,1,1,1,1 }}
}
|