Added saloon tiles
parent
56c17bf96d
commit
110989ebcc
|
@ -1825,7 +1825,7 @@
|
||||||
"y":[11],
|
"y":[11],
|
||||||
"type":"door"
|
"type":"door"
|
||||||
},
|
},
|
||||||
"Living Room Door":
|
"Living Area Door":
|
||||||
{
|
{
|
||||||
"x":[14],
|
"x":[14],
|
||||||
"y":[16],
|
"y":[16],
|
||||||
|
@ -2143,5 +2143,68 @@
|
||||||
"y":[4],
|
"y":[4],
|
||||||
"type":"decoration"
|
"type":"decoration"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"saloon":
|
||||||
|
{
|
||||||
|
"Exit":
|
||||||
|
{
|
||||||
|
"x":[14],
|
||||||
|
"y":[24],
|
||||||
|
"type":"door"
|
||||||
|
},
|
||||||
|
"Counter":
|
||||||
|
{
|
||||||
|
"x":[14],
|
||||||
|
"y":[19],
|
||||||
|
"type":"interactable"
|
||||||
|
},
|
||||||
|
"Journey of the Prairie King Arcade":
|
||||||
|
{
|
||||||
|
"x":[33],
|
||||||
|
"y":[17],
|
||||||
|
"type":"interactable"
|
||||||
|
},
|
||||||
|
"Junimo Kart Arcade":
|
||||||
|
{
|
||||||
|
"x":[35],
|
||||||
|
"y":[17],
|
||||||
|
"type":"interactable"
|
||||||
|
},
|
||||||
|
"Joja Vending Machine":
|
||||||
|
{
|
||||||
|
"x":[37,38],
|
||||||
|
"y":[17],
|
||||||
|
"type":"interactable"
|
||||||
|
},
|
||||||
|
"Jukebox":
|
||||||
|
{
|
||||||
|
"x":[1,2],
|
||||||
|
"y":[17],
|
||||||
|
"type":"interactable"
|
||||||
|
},
|
||||||
|
"Gus's Room Door":
|
||||||
|
{
|
||||||
|
"x":[20],
|
||||||
|
"y":[9],
|
||||||
|
"type":"door"
|
||||||
|
},
|
||||||
|
"Dining Room Door":
|
||||||
|
{
|
||||||
|
"x":[11],
|
||||||
|
"y":[9],
|
||||||
|
"type":"door"
|
||||||
|
},
|
||||||
|
"Living Area Door":
|
||||||
|
{
|
||||||
|
"x":[4],
|
||||||
|
"y":[16],
|
||||||
|
"type":"door"
|
||||||
|
},
|
||||||
|
"Gus's Radio":
|
||||||
|
{
|
||||||
|
"x":[16],
|
||||||
|
"y":[6],
|
||||||
|
"type":"decoration"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue