Skip to content

Commit

Permalink
Create a city building overmap special for parking lot
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik committed Oct 18, 2020
1 parent 1b94cf3 commit d0c1527
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/json/overmap/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3855,5 +3855,11 @@
{ "point": [ 0, 0, 1 ], "overmap": "s_diner_2ndfloor_north" },
{ "point": [ 0, 0, 2 ], "overmap": "s_diner_roof_north" }
]
},
{
"type": "city_building",
"id": "s_lot",
"locations": [ "land" ],
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "s_lot_north" } ]
}
]

0 comments on commit d0c1527

Please sign in to comment.