From a71799e5420a917e4c6750baa810a0a086b62c35 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 14 Apr 2022 15:51:17 -0700 Subject: Add overmap tile for hunting supply stores. --- tile_config.json | 3 ++- zz_more_overmap.png | Bin 3234 -> 3407 bytes 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tile_config.json b/tile_config.json index a87f2ca..aeb39ea 100644 --- a/tile_config.json +++ b/tile_config.json @@ -24761,7 +24761,8 @@ {"id": "mon_halloween_dragon", "fg": 19122, "rotates": false}], "//": "range 19121 to 19136", "sprite_width": 160, "sprite_height": 128, "sprite_offset_x": -48, "sprite_offset_y": -48}, {"file": "zz_more_overmap.png", "tiles": [ -{"id": ["s_grocery","s_grocery_1"], "fg": 19153, "rotates": false}], +{"id": ["s_grocery","s_grocery_1"], "fg": 19153, "rotates": false}, +{"id": ["s_hunting"], "fg": 19154, "rotates": false}], "//": "range 19137 to 19472"}, {"file": "fallback.png", "//": "Also placeholder tiles for shotgun cone blast", diff --git a/zz_more_overmap.png b/zz_more_overmap.png index 6ca9781..5bfddde 100644 Binary files a/zz_more_overmap.png and b/zz_more_overmap.png differ -- cgit v1.2.1