Add item icon art for all 41 item types
Self-contained full-color SVGs in data/icons/items/, one per item id, read by the recipe-selection dialog (REQ-UI-RECIPE-ICON) and belt/port rendering (REQ-UI-ITEM-ICON). Bold silhouette + dark outline, authored to stay legible at ~16px belt size: rocky ore chunks, isometric ingots, riveted plates, copper coil/wire, pictorial module devices, and dart hull silhouettes tinted per fleet color. No config changes needed — each recipe's icon resolves to its first output. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y7N59FsLA5e2kuVdqe4Uhc
This commit is contained in:
5
bin/app/data/icons/items/cruiser_hull.svg
Normal file
5
bin/app/data/icons/items/cruiser_hull.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
||||
<path d="M50 14 L62 40 L86 58 L64 56 L60 84 L40 84 L36 56 L14 58 L38 40 Z" fill="#9fb3c9" stroke="#232a33" stroke-width="4" stroke-linejoin="round"/>
|
||||
<circle cx="50" cy="40" r="6.5" fill="#66cc33" stroke="#232a33" stroke-width="2.5"/>
|
||||
<g fill="#3a4450"><circle cx="45" cy="80" r="3"/><circle cx="55" cy="80" r="3"/></g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 421 B |
Reference in New Issue
Block a user