Add icon for crop=wheat.

This commit is contained in:
Sergey Vartanov 2021-06-13 16:52:10 +03:00
parent 1b45f3489f
commit d0cca4b236
3 changed files with 288 additions and 27 deletions

View file

@ -146,6 +146,8 @@ node_icons:
shapes: [{shape: christmas_tree, color: orchard_border_color}]
- tags: {crop: sunflower}
shapes: [{shape: sunflower, color: farmland_darker_color, outline: no}]
- tags: {crop: wheat}
shapes: [{shape: wheat, color: farmland_darker_color, outline: no}]
- tags: {produce: apple}
shapes: [{shape: apple, color: orchard_border_color}]
- tags: {produce: christmas_trees}