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
17
18
{
	"paths": [
		{
			"start": "N",
			"end": "S"
		},
		{
			"start": "NW",
			"end": "SE",
			"is_bridge": true
		},
		{
			"start": "NE",
			"end": "SW",
			"is_bridge": true
		}
	]
}