mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 19:31:52 +02:00
Issue #48: reuse icons.
This commit is contained in:
parent
b2791fa731
commit
df17b35a40
1 changed files with 20 additions and 0 deletions
|
@ -332,8 +332,20 @@ node_icons:
|
|||
shapes: [{shape: fishing_angle, color: sell_color}]
|
||||
- tags: {shop: alcohol}
|
||||
shapes: [{shape: bottle, color: sell_color}]
|
||||
- tags: {shop: art}
|
||||
shapes: [{shape: picture, color: sell_color}]
|
||||
- tags: {shop: bakery}
|
||||
shapes: [cupcake]
|
||||
- tags: {shop: bed}
|
||||
shapes: [{shape: bed, color: sell_color}]
|
||||
- tags: {shop: bicycle}
|
||||
shapes: [{shape: bicycle, color: sell_color}]
|
||||
- tags: {shop: books}
|
||||
shapes: [{shape: book, color: sell_color}]
|
||||
- tags: {shop: car}
|
||||
shapes: [{shape: car, color: sell_color}]
|
||||
- tags: {shop: coffee}
|
||||
shapes: [{shape: coffee_cup, color: sell_color}]
|
||||
- tags: {shop: dairy}
|
||||
shapes: [milk]
|
||||
- tags: {shop: fireplace}
|
||||
|
@ -342,12 +354,20 @@ node_icons:
|
|||
shapes: [{shape: pan, color: sell_color}]
|
||||
- tags: {shop: massage}
|
||||
shapes: [massage]
|
||||
- tags: {shop: pet}
|
||||
shapes: [{shape: dog, color: sell_color}]
|
||||
- tags: {shop: photo}
|
||||
shapes: [{shape: photo_camera, color: sell_color}]
|
||||
- tags: {shop: sports}
|
||||
shapes: [{shape: dumbbell, color: sell_color}]
|
||||
- tags: {shop: milk}
|
||||
shapes: [milk]
|
||||
- tags: {building: store}
|
||||
shapes: [shop_convenience]
|
||||
- tags: {shop: ticket}
|
||||
shapes: [ticket]
|
||||
- tags: {shop: video}
|
||||
shapes: [{shape: film, color: sell_color}]
|
||||
- tags: {shop: watches}
|
||||
shapes: [{shape: watches, color: sell_color}]
|
||||
- tags: {craft: watchmaker}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue