Issue #48: add icon for shop=car_parts.

This commit is contained in:
Sergey Vartanov 2022-08-02 01:43:25 +03:00
parent 176e984eab
commit 31d550021c
5 changed files with 720 additions and 173 deletions

View file

@ -1,6 +1,7 @@
# Unreleased
- Redraw diving tower icons.
- Add icon for `shop=car_parts` (#48).
# 0.1.6

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 432 KiB

After

Width:  |  Height:  |  Size: 433 KiB

View file

@ -454,6 +454,7 @@
"tv": {"name": "monitor", "emoji": "🖥"}
},
"car_part": {
"engine": {"name": "engine"},
"tyre": {"name": "tyre"}
},
"human": {

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 2 MiB

View file

@ -670,6 +670,8 @@ node_icons:
shapes: [knives]
- tags: {shop: car}
shapes: [{shape: car, color: sell_color}]
- tags: {shop: car_parts}
shapes: [shape: engine]
- tags: {shop: chocolate}
shapes: [cupcake]
- tags: {shop: coffee}