From c7cc23da9eeef3a851cd5f7f615408461b650b42 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 21 Feb 2023 17:31:58 +0100 Subject: [PATCH] Include pathfinding PNGs in `mapper/` output Issue: #248 --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 40f07e688..8a442cc83 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -67,11 +67,11 @@ echo 'Saving the total number of walkable tiles as `walkable-tiles.json`…'; tibia-count-walkable-tiles ../data/floor-*-path.png > walkable-tiles.json; # Create optimized versions of each map tile, intended for online map viewer -# usage. Only the map data is needed; the pathfinding data and marker data can +# usage. Only the map and pathfinding data is needed; the marker data can # be removed. echo 'Generating optimized images for the online mapper…'; mkdir -p mapper; -imagemin minimap-without-markers/Minimap_Color_*.png --out-dir=mapper; +imagemin minimap-without-markers/Minimap_*.png --out-dir=mapper; # Generate a list of known tile IDs, for online map viewers to use as a # whitelist.