Skip to content

Commit

Permalink
Update levels.json
Browse files Browse the repository at this point in the history
  • Loading branch information
swbvelasquez committed Oct 24, 2015
1 parent 4954822 commit 368bb15
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions assets/data/levels.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,16 @@
{
"title": "Cave",
"tileset": "tilemap_cave",
"rockId": 1214,
"data":[[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0, 1214, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]

"rockId": 1214
},
{
"title": "Ice Cave",
"tileset": "tilemap_cave",
"rockId": 974,
"data":[[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 974, 974, 974, 974, 974, 974, 0, 974, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 974, 974, 974, 0, 974, 974, 974, 974, 0],
[0, 0, 974, 974, 974, 0, 974, 0, 974, 0, 0, 0, 0, 974, 0],
[0, 0, 0, 0, 974, 0, 974, 0, 974, 0, 0, 0, 0, 0, 0],
[0, 974, 974, 0, 974, 0, 0, 0, 0, 0, 974, 0, 0, 974, 0],
[0, 0, 0, 0, 974, 0, 974, 974, 974, 974, 974, 974, 0, 0, 0],
[0, 0, 974, 974, 974, 0, 974, 0, 0, 974, 0, 0, 0, 974, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 974, 0, 0, 0, 974, 0]]
"rockId": 974
},
{
"title": "Grass",
"tileset": "tilemap_grass",
"rockId": 23,
"data":[[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 23, 0, 23, 0, 23, 0, 23, 0, 23, 0, 23, 0, 0],
[0, 0, 0, 0, 23, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 23, 23, 0, 23, 0, 0, 0, 23, 0, 0, 23, 23, 23, 0],
[0, 0, 0, 0, 23, 0, 23, 0, 0, 0, 0, 0, 0, 23, 0],
[0, 23, 23, 0, 23, 0, 23, 23, 23, 23, 23, 23, 0, 23, 0],
[0, 0, 23, 0, 0, 0, 0, 23, 0, 23, 0, 23, 0, 23, 0],
[0, 0, 23, 0, 23, 23, 23, 23, 0, 0, 0, 23, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
"rockId": 23
}
]

0 comments on commit 368bb15

Please sign in to comment.