Updated some broken things
This commit is contained in:
22
map.json
22
map.json
@@ -105,7 +105,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"end": {"x": 1, "y": 2}
|
||||
"end": {"x": 2, "y": 0}
|
||||
},
|
||||
"E": {
|
||||
"start": {"x": 0, "y": 0},
|
||||
@@ -235,7 +235,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"end": {"x": 1, "y": 0}
|
||||
"end": {"x": 0, "y": 2}
|
||||
},
|
||||
"J": {
|
||||
"start": {"x": 0, "y": 0},
|
||||
@@ -542,7 +542,7 @@
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1
|
||||
"y": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -740,5 +740,21 @@
|
||||
}
|
||||
],
|
||||
"end": {"x": 1, "y": 1}
|
||||
},
|
||||
" ": {
|
||||
"start": {"x": 0, "y": 0},
|
||||
"parts": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"links": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"end": {"x": 1, "y": 1}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user