diff --git a/.gitignore b/.gitignore index 1104b06f..eb169d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -run_php_server.bat +.bat .vscode \ No newline at end of file diff --git a/LICENSE b/LICENSE index 24402ab6..45f950ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright 2018-2020 Max Ganiev (Azgaar), azgaar.fmg@yandex.by +Copyright 2017-2021 Max Haniyeu (Azgaar), azgaar.fmg@yandex.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/index.css b/index.css index 7ba0a234..a1a24e92 100644 --- a/index.css +++ b/index.css @@ -202,6 +202,7 @@ a { stroke: none; mask: url(#land); cursor: pointer; + fill-rule: nonzero; } #anchors { @@ -984,6 +985,18 @@ body button.noicon { cursor: pointer; } +#controlCells > .current { + fill: #82c8ff40; + stroke: #82c8ff; + stroke-width: 0.4; +} + +#controlCells > .occupied { + fill: #ff828240; + stroke: #ff8282; + stroke-width: 0.4; +} + #vertices > circle { fill: #ff0000; stroke: #841f1f; @@ -1121,6 +1134,12 @@ div#regimentSelectorBody > div > div { fill: none; } +#debug > text { + font-size: 2px; + text-anchor: middle; + dominant-baseline: central; +} + .selectedCell { stroke-width: 1; stroke: #da3126; @@ -1655,6 +1674,12 @@ rect.fillRect { text-align: center; } +div.editorLine { + margin: 0.2em 0; + padding: 0 0.2em; + font-size: 0.9em; +} + #emblemDownloadControl > input { width: 4.1em; } diff --git a/index.html b/index.html index 17f44bf5..0900d23d 100644 --- a/index.html +++ b/index.html @@ -234,7 +234,7 @@
Azgaar's
Fantasy Map Generator
-
v. 1.63
+
v. 1.65

LOADING...

@@ -1644,19 +1644,19 @@ -
+
Source width:
-
+
Width modifier:
- + @@ -1664,6 +1664,14 @@
+ +