From 7b2b01eb177f7b2a5afaeca3581c4f6c247a3c55 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 22 Feb 2026 00:41:10 +0200 Subject: [PATCH] feat: replace DNA icon with Cell icon in evolution system and update related logic --- AGENTS.md | 4 ++-- index.html | 14 +++++++------- src/data/icons.json | 13 +++---------- src/icons/cell.svg | 1 + src/js/evolution.js | 16 ++++++++-------- src/js/iconLoader.js | 2 +- 6 files changed, 22 insertions(+), 28 deletions(-) create mode 100644 src/icons/cell.svg diff --git a/AGENTS.md b/AGENTS.md index 808130b..0f4b15c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -174,7 +174,7 @@ The other 25 are present on disk but not yet wired into the evolution system. | filename | label | type | group | |----------------------------------|-------------|---------|----------| -| dna-bold-duotone.svg | DNA | good | biology | +| cell.svg | cell | good | biology | | bug-bold-duotone.svg | Bug | bad | tech | | buildings-3-bold-duotone.svg | Buildings | good | economy | | chat-round-dots-bold-duotone.svg | Chat | neutral | social | @@ -202,7 +202,7 @@ Create a new group in `icons.groups` if needed. ## Current spawn behaviour -Only `dna-bold-duotone` spawns by default; the spawn logic is the next target for extension. +Only `cell` spawns by default; the spawn logic is the next target for extension. --- diff --git a/index.html b/index.html index 637ec4b..9b0a07f 100644 --- a/index.html +++ b/index.html @@ -60,9 +60,9 @@