mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Issue #48: add icon for shop=car_parts.
This commit is contained in:
parent
176e984eab
commit
31d550021c
5 changed files with 720 additions and 173 deletions
|
@ -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 |
|
@ -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 |
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue