Skip to content

Commit

Permalink
fix: symbol orientation of the light industry roof and data center ro…
Browse files Browse the repository at this point in the history
…of of the industrial center (#5850)

Update overmap_terrain_industrial.json
  • Loading branch information
0Monet authored Dec 29, 2024
1 parent ddc7bd7 commit 6a460c3
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -986,9 +986,8 @@
{
"type": "overmap_terrain",
"id": "industrial_center_light_industry_roof",
"copy-from": "generic_city_building_no_sidewalk",
"name": "light industry roof",
"color": "dark_gray"
"copy-from": "industrial_center_light_industry",
"name": "light industry roof"
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -1048,9 +1047,8 @@
{
"type": "overmap_terrain",
"id": "industrial_center_data_center_roof",
"name": "data center roof",
"copy-from": "generic_city_building_no_sidewalk",
"color": "light_gray"
"copy-from": "industrial_center_data_center",
"name": "data center roof"
},
{
"type": "overmap_terrain",
Expand All @@ -1063,8 +1061,8 @@
{
"type": "overmap_terrain",
"id": "industrial_center_admin_roof",
"name": "administration roof",
"copy-from": "industrial_center_admin"
"copy-from": "industrial_center_admin",
"name": "administration roof"
},
{
"type": "overmap_terrain",
Expand Down

0 comments on commit 6a460c3

Please sign in to comment.