mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-30 18:57:49 +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
|
# Unreleased
|
||||||
|
|
||||||
- Redraw diving tower icons.
|
- Redraw diving tower icons.
|
||||||
|
- Add icon for `shop=car_parts` (#48).
|
||||||
|
|
||||||
# 0.1.6
|
# 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": "🖥"}
|
"tv": {"name": "monitor", "emoji": "🖥"}
|
||||||
},
|
},
|
||||||
"car_part": {
|
"car_part": {
|
||||||
|
"engine": {"name": "engine"},
|
||||||
"tyre": {"name": "tyre"}
|
"tyre": {"name": "tyre"}
|
||||||
},
|
},
|
||||||
"human": {
|
"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]
|
shapes: [knives]
|
||||||
- tags: {shop: car}
|
- tags: {shop: car}
|
||||||
shapes: [{shape: car, color: sell_color}]
|
shapes: [{shape: car, color: sell_color}]
|
||||||
|
- tags: {shop: car_parts}
|
||||||
|
shapes: [shape: engine]
|
||||||
- tags: {shop: chocolate}
|
- tags: {shop: chocolate}
|
||||||
shapes: [cupcake]
|
shapes: [cupcake]
|
||||||
- tags: {shop: coffee}
|
- tags: {shop: coffee}
|
||||||
|
|
Loading…
Add table
Reference in a new issue