Added missing entrances
parent
ebc68f0ffa
commit
f8a6cab24e
|
@ -66,6 +66,12 @@
|
||||||
"x":[34],
|
"x":[34],
|
||||||
"y":[23],
|
"y":[23],
|
||||||
"type":"door"
|
"type":"door"
|
||||||
|
},
|
||||||
|
"Backwoods Entrance":
|
||||||
|
{
|
||||||
|
"x":[0],
|
||||||
|
"y":[6,7,8,9],
|
||||||
|
"type":"door"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"town":
|
"town":
|
||||||
|
@ -125,6 +131,15 @@
|
||||||
"type":"door"
|
"type":"door"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"shed":
|
||||||
|
{
|
||||||
|
"Exit":
|
||||||
|
{
|
||||||
|
"x":[6],
|
||||||
|
"y":[13],
|
||||||
|
"type":"door"
|
||||||
|
}
|
||||||
|
},
|
||||||
"coop":
|
"coop":
|
||||||
{
|
{
|
||||||
"Hay Hopper":
|
"Hay Hopper":
|
||||||
|
@ -1788,6 +1803,27 @@
|
||||||
"x":[14],
|
"x":[14],
|
||||||
"y":[39],
|
"y":[39],
|
||||||
"type":"door"
|
"type":"door"
|
||||||
|
},
|
||||||
|
"Bus stop Entrance":
|
||||||
|
{
|
||||||
|
"x":[49],
|
||||||
|
"y":[28,29,30,31,32],
|
||||||
|
"type":"door"
|
||||||
|
},
|
||||||
|
"Tunnel Entrance":
|
||||||
|
{
|
||||||
|
"x":[23],
|
||||||
|
"y":[29,30,31],
|
||||||
|
"type":"door"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tunnel":
|
||||||
|
{
|
||||||
|
"Exit":
|
||||||
|
{
|
||||||
|
"x":[39],
|
||||||
|
"y":[7,8,9,10,11],
|
||||||
|
"type":"door"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"movietheater":
|
"movietheater":
|
||||||
|
|
Loading…
Reference in New Issue