diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road.json b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road.json index 38331f2aa1..621a0e1880 100644 --- a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road.json +++ b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road.json @@ -2,6 +2,7 @@ { "id": "road", "fg": "road_unconnected", + "bg": "field", "multitile": true, "additional_tiles": [ { @@ -45,10 +46,7 @@ }, { "id": "unconnected", - "fg": [ - "road_unconnected", - "road_unconnected" - ], + "fg": "road_unconnected", "bg": "field" } ] diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_center.png b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_center.png index 076801d3a6..a52f880a63 100644 Binary files a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_center.png and b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_center.png differ diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_e.png b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_e.png index f8c6a732db..e2525fe20a 100644 Binary files a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_e.png and b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_e.png differ diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_n.png b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_n.png index a0ac38d056..3a0804450b 100644 Binary files a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_n.png and b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_n.png differ diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_s.png b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_s.png index 1f0c647ec0..ebae6079e5 100644 Binary files a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_s.png and b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_s.png differ diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_w.png b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_w.png index 72d2fc540c..3da0734898 100644 Binary files a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_w.png and b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/road/road_t_connection_w.png differ diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sai/sai.json b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sai/sai.json new file mode 100644 index 0000000000..c2bc924c07 --- /dev/null +++ b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sai/sai.json @@ -0,0 +1,5 @@ +{ + "id": "sai", + "fg": "sai", + "bg": "field" +} diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sai/sai.png b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sai/sai.png new file mode 100644 index 0000000000..3ba1b35bd1 Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sai/sai.png differ