Skip to content

Commit

Permalink
Fix bg issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Larwck authored Nov 28, 2019
1 parent fae2169 commit 30afcbf
Showing 1 changed file with 44 additions and 22 deletions.
66 changes: 44 additions & 22 deletions data/mods/Graphical_Overmap/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,25 +253,29 @@
"type": "overmap_terrain",
"id": "shipwreck_river_1",
"copy-from": "shipwreck_river_1",
"sym": "Ô"
"sym": "Ô",
"color": "pink"
},
{
"type": "overmap_terrain",
"id": "shipwreck_river_2",
"copy-from": "shipwreck_river_2",
"sym": "Ô"
"sym": "Ô",
"color": "pink"
},
{
"type": "overmap_terrain",
"id": "shipwreck_river_3",
"copy-from": "shipwreck_river_3",
"sym": "Ô"
"sym": "Ô",
"color": "pink"
},
{
"type": "overmap_terrain",
"id": "shipwreck_river_4",
"copy-from": "shipwreck_river_4",
"sym": "Ô"
"sym": "Ô",
"color": "pink"
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -7541,19 +7545,22 @@
"type": "overmap_terrain",
"id": "motel_twd_1",
"copy-from": "motel_twd_1",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
"id": "motel_twd_2",
"copy-from": "motel_twd_2",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
"id": "motel_twd_second_floor",
"copy-from": "motel_twd_second_floor",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
Expand All @@ -7573,25 +7580,29 @@
"type": "overmap_terrain",
"id": "motel_1",
"copy-from": "motel_1",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
"id": "motel_1_roof",
"copy-from": "motel_1_roof",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
"id": "motel_2",
"copy-from": "motel_2",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
"id": "motel_2_roof",
"copy-from": "motel_2_roof",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
Expand All @@ -7603,7 +7614,8 @@
"type": "overmap_terrain",
"id": "motel_3_roof",
"copy-from": "motel_3_roof",
"sym": "ç"
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -20709,7 +20721,8 @@
"type": "overmap_terrain",
"id": "stadium_0_1",
"copy-from": "stadium_0_1",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
Expand All @@ -20722,19 +20735,22 @@
"type": "overmap_terrain",
"id": "stadium_2_1",
"copy-from": "stadium_2_1",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
"id": "stadium_3_1",
"copy-from": "stadium_3_1",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
"id": "stadium_0_2",
"copy-from": "stadium_0_2",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
Expand All @@ -20752,13 +20768,15 @@
"type": "overmap_terrain",
"id": "stadium_3_2",
"copy-from": "stadium_3_2",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
"id": "stadium_0_3",
"copy-from": "stadium_0_3",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
Expand All @@ -20776,7 +20794,8 @@
"type": "overmap_terrain",
"id": "stadium_3_3",
"copy-from": "stadium_3_3",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
Expand All @@ -20789,13 +20808,15 @@
"type": "overmap_terrain",
"id": "stadium_1_4",
"copy-from": "stadium_1_4",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
"id": "stadium_2_4",
"copy-from": "stadium_2_4",
"sym": "Á"
"sym": "Á",
"color": "white"
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -21463,7 +21484,8 @@
"type": "overmap_terrain",
"abstract": "apartments_tower_any",
"copy-from": "apartments_tower_any",
"sym": "Ç"
"sym": "Ç",
"color": "light_green"
},
{
"type": "overmap_terrain",
Expand Down

0 comments on commit 30afcbf

Please sign in to comment.