mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 08:40:11 +02:00
Issue #48: reuse cupcake icon.
This commit is contained in:
parent
ff2f3eb2e6
commit
014e11b826
1 changed files with 6 additions and 0 deletions
|
@ -516,8 +516,12 @@ node_icons:
|
|||
shapes: [knives]
|
||||
- tags: {shop: car}
|
||||
shapes: [{shape: car, color: sell_color}]
|
||||
- tags: {shop: chocolate}
|
||||
shapes: [cupcake]
|
||||
- tags: {shop: coffee}
|
||||
shapes: [{shape: coffee_cup, color: sell_color}]
|
||||
- tags: {shop: confectionery}
|
||||
shapes: [cupcake]
|
||||
- tags: {shop: copyshop}
|
||||
shapes: [sheets]
|
||||
- tags: {shop: dairy}
|
||||
|
@ -556,6 +560,8 @@ node_icons:
|
|||
shapes: [sheets]
|
||||
- tags: {shop: optician}
|
||||
shapes: [glasses]
|
||||
- tags: {shop: pastry}
|
||||
shapes: [cupcake]
|
||||
- tags: {shop: pet}
|
||||
shapes: [{shape: dog, color: sell_color}]
|
||||
- tags: {shop: photo}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue