diff --git a/baseset/nml/base/base-2011-industries.pnml b/baseset/nml/base/base-2011-industries.pnml index 7d43e650..d4124d1b 100644 --- a/baseset/nml/base/base-2011-industries.pnml +++ b/baseset/nml/base/base-2011-industries.pnml @@ -15,6 +15,8 @@ template template_spr2011(z) { } base_graphics spr2011(2011, "../graphics/industries/temperate/64/pygen/coalmine_idmap_8bpp.png") { template_spr2011(1) } #32 alternative_sprites(spr2011, ZOOM_LEVEL_NORMAL, BIT_DEPTH_32BPP, "../graphics/industries/temperate/64/pygen/coalmine_idmap_bt32bpp.png") { template_spr2011(1) } +#ez alternative_sprites(spr2011, ZOOM_LEVEL_IN_4X, BIT_DEPTH_8BPP, "../graphics/industries/temperate/256/pygen/coalmine_idmap_8bpp.png") { template_spr2011(4) } +#32 #ez alternative_sprites(spr2011, ZOOM_LEVEL_IN_4X, BIT_DEPTH_32BPP, "../graphics/industries/temperate/256/pygen/coalmine_idmap_bt32bpp.png") { template_spr2011(4) } template template_spr2022(z) { template_house_1x1( 0, 0, z, 74) // also used elsewhere, including gold mine, factory 2nd construction stage template_house_1x1( 65, 0, z, 74) @@ -23,6 +25,8 @@ template template_spr2022(z) { } base_graphics spr2022(2022, "../graphics/industries/temperate/64/pygen/coalmine_base_tiles_8bpp.png") { template_spr2022(1) } #32 alternative_sprites(spr2022, ZOOM_LEVEL_NORMAL, BIT_DEPTH_32BPP, "../graphics/industries/temperate/64/pygen/coalmine_base_tiles_bt32bpp.png") { template_spr2022(1) } +#ez alternative_sprites(spr2022, ZOOM_LEVEL_IN_4X, BIT_DEPTH_8BPP, "../graphics/industries/temperate/256/pygen/coalmine_base_tiles_8bpp.png") { template_spr2022(4) } +#32 #ez alternative_sprites(spr2022, ZOOM_LEVEL_IN_4X, BIT_DEPTH_32BPP, "../graphics/industries/temperate/256/pygen/coalmine_base_tiles_bt32bpp.png") { template_spr2022(4) } //2026-2039 copper ore mine template template_spr2026(z) { diff --git a/graphics/generate_graphics.py b/graphics/generate_graphics.py index 1f988491..6d4d550c 100644 --- a/graphics/generate_graphics.py +++ b/graphics/generate_graphics.py @@ -310,6 +310,7 @@ def copy_if_changed(source_path, target_directory): current_path = os.path.join(base_path, "industries", "temperate", str(scale * 64)) #### tile mask mask_list = { + "coalmine_base": "coalmine_base_tilemask.png", "bank": "bank_tilemask.png", "bank_base": "bank_tilemask.png", } diff --git a/graphics/industries/temperate/256/coalmine_base_shape.pdn b/graphics/industries/temperate/256/coalmine_base_shape.pdn new file mode 100644 index 00000000..1cac7066 --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_base_shape.pdn @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f877a803205bd194d89caf4647ec407252b8ee655aa2186f7646f23de7182cea +size 38314 diff --git a/graphics/industries/temperate/256/coalmine_base_shape.png b/graphics/industries/temperate/256/coalmine_base_shape.png new file mode 100644 index 00000000..554d2850 --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_base_shape.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0ef1388e81086ac1883ded734d54eca42db4dd3e17d630383069ee3a380e62 +size 12293 diff --git a/graphics/industries/temperate/256/coalmine_base_tilemask.png b/graphics/industries/temperate/256/coalmine_base_tilemask.png new file mode 100644 index 00000000..ec34b871 --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_base_tilemask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb424723c0d0714f9a32150f93d939f01bcf440d35e1a6d001d01e5b280f4b77 +size 3380 diff --git a/graphics/industries/temperate/256/coalmine_idmap.png b/graphics/industries/temperate/256/coalmine_idmap.png new file mode 100644 index 00000000..7eb43886 --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_idmap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04fcb84b780153b69fdb30466a60b723e9c4eeb60650bdfab24fd6fa84fd16f +size 2563 diff --git a/graphics/industries/temperate/256/coalmine_overlaynormal.pdn b/graphics/industries/temperate/256/coalmine_overlaynormal.pdn new file mode 100644 index 00000000..f5ab2f7f --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_overlaynormal.pdn @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a868f85a97d01fb58cdd3c8c967de7431b86bcf4f427973a323d0f7870daee +size 55471 diff --git a/graphics/industries/temperate/256/coalmine_overlaynormal.png b/graphics/industries/temperate/256/coalmine_overlaynormal.png new file mode 100644 index 00000000..3797edac --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_overlaynormal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff46dc5bbe44044f531e6460a14a934a6edd1a00f6ca20313ba8e5fd44d5dd8 +size 12223 diff --git a/graphics/industries/temperate/256/coalmine_overlaynormal_source.pdn b/graphics/industries/temperate/256/coalmine_overlaynormal_source.pdn new file mode 100644 index 00000000..dea73f47 --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_overlaynormal_source.pdn @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c9a0e9c6261a29477c0869461fd1dceed643d8db504b45528977517ade3909 +size 89685 diff --git a/graphics/industries/temperate/256/coalmine_overlayshading.pdn b/graphics/industries/temperate/256/coalmine_overlayshading.pdn new file mode 100644 index 00000000..ea3db43c --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_overlayshading.pdn @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e86b7f4454ec5c4c898b36b940d5a17a2a95de98bd524eba2a8f119e8010d40 +size 79539 diff --git a/graphics/industries/temperate/256/coalmine_overlayshading.png b/graphics/industries/temperate/256/coalmine_overlayshading.png new file mode 100644 index 00000000..3b27020c --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_overlayshading.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e9d43cc86f7f7204f042d37fb81d5544d2aa0aa306eb6be799c2b6d25d4019 +size 39191 diff --git a/graphics/industries/temperate/256/coalmine_shape.pdn b/graphics/industries/temperate/256/coalmine_shape.pdn new file mode 100644 index 00000000..44a70acc --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_shape.pdn @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecba35bd3abbf4efb13f1571030c447699019e42a89e9a47f674a2f7cc13cc3a +size 174746 diff --git a/graphics/industries/temperate/256/coalmine_shape.png b/graphics/industries/temperate/256/coalmine_shape.png new file mode 100644 index 00000000..5e183800 --- /dev/null +++ b/graphics/industries/temperate/256/coalmine_shape.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffea982ddd715255f46c758ff8f4a371206a52fd70401c7584197d772231eb7 +size 35062 diff --git a/graphics/industries/temperate/64/coalmine_overlayshading.png b/graphics/industries/temperate/64/coalmine_overlayshading.png index 612b78cd..1fc3b416 100644 --- a/graphics/industries/temperate/64/coalmine_overlayshading.png +++ b/graphics/industries/temperate/64/coalmine_overlayshading.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1392d5c9b3c830c38cbe66be2beee5eacc69d26b068d5f40ad197fa8792c9b9c -size 2261 +oid sha256:e64ee7ecb7c98b874499f81700254b2e9b4bf3470bc42c2e8f1016cafe5315af +size 2463