diff --git a/CHANGELOG.md b/CHANGELOG.md index 7808cef..3636eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ All notable changes to this project are documented here. ### Added - Hand-drawn `fish/goldfish.png` icon (PR #136) — eighth hand-drawn piece in the library (after sea-bass, koi, ant, coelacanth, frog, robust cicada, brown cicada). 2048×2048 watercolour-and-ink source at `icon-sources/fish/goldfish.png`; exported to 768×768 (88.9 KB) via `npm run icons:export`. Replaces the scraped wiki placeholder. Cross-game routing propagates this to any game that maps to `fish/goldfish`. +- Hand-drawn `fish/tadpole.png` icon — ninth hand-drawn piece in the library. 2048×2048 Procreate source at `icon-sources/fish/tadpole.png`; exported to 768×768 (24 KB) via `npm run icons:export` +- Hand-drawn `bugs/agrias-butterfly.png` icon — tenth hand-drawn piece. Replaces the wiki-scraped `.jpg` placeholder. 2048×2048 source at `icon-sources/bugs/agrias-butterfly.png`; exported to 768×768 (62 KB) via `npm run icons:export`. Manifest updated from `jpg` → `png` for this entry ## [v0.9.5-beta] — 2026-05-10 diff --git a/icon-sources/bugs/agrias-butterfly.png b/icon-sources/bugs/agrias-butterfly.png new file mode 100644 index 0000000..00d8d0c Binary files /dev/null and b/icon-sources/bugs/agrias-butterfly.png differ diff --git a/icon-sources/fish/tadpole.png b/icon-sources/fish/tadpole.png new file mode 100644 index 0000000..0f3ca96 Binary files /dev/null and b/icon-sources/fish/tadpole.png differ diff --git a/public/icons/bugs/agrias-butterfly.png b/public/icons/bugs/agrias-butterfly.png new file mode 100644 index 0000000..cf43303 Binary files /dev/null and b/public/icons/bugs/agrias-butterfly.png differ diff --git a/public/icons/fish/tadpole.png b/public/icons/fish/tadpole.png index 1ed68fc..054f49f 100644 Binary files a/public/icons/fish/tadpole.png and b/public/icons/fish/tadpole.png differ diff --git a/public/icons/manifest.json b/public/icons/manifest.json index 9102c4b..df9042f 100644 --- a/public/icons/manifest.json +++ b/public/icons/manifest.json @@ -135,7 +135,7 @@ "common-bluebottle": "jpg", "great-purple-emperor": "png", "emperor-butterfly": "jpg", - "agrias-butterfly": "jpg", + "agrias-butterfly": "png", "moth": "jpg", "atlas-moth": "jpg", "madagascan-sunset-moth": "png",