map18xx 0.0.5

18xx tile and map designer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"paths": [
		{
			"start": "NW",
			"end": "NE"
		},
		{
			"start": "NE",
			"end": "S"
		},
		{
			"start": "S",
			"end": "NW"
		}
	]
}