mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 09:26:26 +02:00
Add icons for shop=tailor and craft=tailor.
This commit is contained in:
parent
253f59d878
commit
68dd4e8d4b
4 changed files with 421 additions and 133 deletions
BIN
doc/grid.png
BIN
doc/grid.png
Binary file not shown.
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 97 KiB |
|
@ -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"
|
||||
|
|
547
icons/icons.svg
547
icons/icons.svg
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue