Add a new pattern "grass" for grass/meadow instead of dots

This commit is contained in:
RudyTheDev
2018-11-15 17:45:14 +02:00
parent 473cd60986
commit 2e9d1209e6
2 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+2 -2
View File
@@ -80,8 +80,8 @@ export function svgDefs(context) {
['farmland', 'farmland'],
['beach', 'dots'],
['scrub', 'dots'],
['meadow', 'dots'],
['grass', 'dots'],
['meadow', 'grass'],
['grass', 'grass'],
['forest', 'forest'],
['wood', 'forest']
])