aboutsummaryrefslogtreecommitdiffstats
path: root/maps/default.json
blob: 2b17099dea43becd7384a0571f49f8e9135a5151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"size": {"w": 8, "h": 9},
	"map": [
		[0, 0, 0, 0, 0, 0, 8, 8],
		[0, 0, 4, 3, 2, 0, 8, 4],
		[6, 8, 8, 8, 8, 8, 8, 0],
		[0, 8, 0, 8, 0, 8, 8, 0],
		[0, 1, 8, 8, 8, 8, 0, 0],
		[0, 0, 8, 0, 8, 8, 8, 8],
		[0, 8, 8, 0, 8, 8, 8, 5],
		[0, 0, 8, 0, 8, 0, 0, 0],
		[0, 0, 2, 7, 8, 0, 0, 0]
	]
}