diff --git a/defines.py b/defines.py index 5dc427a..e9553ca 100644 --- a/defines.py +++ b/defines.py @@ -123,6 +123,7 @@ mstr_ortho_layers = [ ("landuse", "greenfield", "landuse", "grass"), ("landuse", "orchard", "landuse", "meadow"), ("landuse", "meadow", "landuse", "meadow"), + ("landuse", "construction", "landuse", "construction"), ("natural", "grassland", "landuse", "meadow"), ("barrier", "hedge", "natural", "heath"), ("landuse", "vineyard", "landuse", "meadow"), @@ -210,6 +211,7 @@ mstr_mask_blur = [ ("landuse", "greenfield", 12), ("landuse", "orchard", 12), ("landuse", "meadow", 12), + ("landuse", "construction", 5), ("barrier", "hedge", 1), ("landuse", "recreation_ground", 20), ("landuse", "vineyard", 12), diff --git a/textures/landuse/construction/brd/b1.png b/textures/landuse/construction/brd/b1.png new file mode 100644 index 0000000..99e5323 Binary files /dev/null and b/textures/landuse/construction/brd/b1.png differ diff --git a/textures/landuse/construction/ptc/b1_p1.png b/textures/landuse/construction/ptc/b1_p1.png new file mode 100644 index 0000000..5c65b2e Binary files /dev/null and b/textures/landuse/construction/ptc/b1_p1.png differ diff --git a/textures/landuse/construction/ptc/b1_p2.png b/textures/landuse/construction/ptc/b1_p2.png new file mode 100644 index 0000000..4257454 Binary files /dev/null and b/textures/landuse/construction/ptc/b1_p2.png differ