mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-05 18:11:23 +01:00
style.js added strokeDash to "cells"
This commit is contained in:
parent
0bd4b90f84
commit
65538675ef
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ function selectStyleElement() {
|
||||||
|
|
||||||
// stroke dash
|
// stroke dash
|
||||||
if (
|
if (
|
||||||
["borders", "coordinates", "gridOverlay", "legend", "population", "routes", "temperature", "zones"].includes(
|
["borders", "cells", "coordinates", "gridOverlay", "legend", "population", "routes", "temperature", "zones"].includes(
|
||||||
styleElement
|
styleElement
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue