mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-07 13:21:49 +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": {
|
"t_shirt": {
|
||||||
"name": "t-shirt"
|
"name": "t-shirt"
|
||||||
},
|
},
|
||||||
|
"t_shirt_and_scissors": {
|
||||||
|
"name": "t-shirt and scissors"
|
||||||
|
},
|
||||||
"table": {},
|
"table": {},
|
||||||
"table_and_two_chairs": {
|
"table_and_two_chairs": {
|
||||||
"name": "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]
|
shapes: [shop_convenience]
|
||||||
- tags: {shop: ticket}
|
- tags: {shop: ticket}
|
||||||
shapes: [ticket]
|
shapes: [ticket]
|
||||||
|
- tags: {shop: tailor}
|
||||||
|
shapes: [t_shirt_and_scissors]
|
||||||
|
- tags: {craft: tailor}
|
||||||
|
shapes: [t_shirt_and_scissors]
|
||||||
- tags: {shop: video}
|
- tags: {shop: video}
|
||||||
shapes: [{shape: film, color: sell_color}]
|
shapes: [{shape: film, color: sell_color}]
|
||||||
- tags: {shop: video_games}
|
- tags: {shop: video_games}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue