Add icons for shop=tailor and craft=tailor.

This commit is contained in:
Sergey Vartanov 2021-07-22 23:52:17 +03:00
parent 253f59d878
commit 68dd4e8d4b
4 changed files with 421 additions and 133 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Before After
Before After

View file

@ -714,6 +714,9 @@
"t_shirt": {
"name": "t-shirt"
},
"t_shirt_and_scissors": {
"name": "t-shirt and scissors"
},
"table": {},
"table_and_two_chairs": {
"name": "table and two chairs"

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Before After
Before After

View file

@ -407,6 +407,10 @@ node_icons:
shapes: [shop_convenience]
- tags: {shop: ticket}
shapes: [ticket]
- tags: {shop: tailor}
shapes: [t_shirt_and_scissors]
- tags: {craft: tailor}
shapes: [t_shirt_and_scissors]
- tags: {shop: video}
shapes: [{shape: film, color: sell_color}]
- tags: {shop: video_games}