diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..1104b06f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+run_php_server.bat
+.vscode
\ No newline at end of file
diff --git a/Fantasy Map Generator.lnk b/Fantasy Map Generator.lnk
deleted file mode 100644
index 1e1f2012..00000000
Binary files a/Fantasy Map Generator.lnk and /dev/null differ
diff --git a/README.md b/README.md
index d5fe4479..3161d67c 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Fantasy Map Generator
-Azgaar's _Fantasy Map Generator_. Online tool generating interactive and highly customizable svg maps based on voronoi diagram.
+Azgaar's _Fantasy Map Generator_ is a free client-side web application generating interactive and highly customizable svg maps based on voronoi diagram.
-Project is under development, check out the current version [here](https://azgaar.github.io/Fantasy-Map-Generator). You can also try an Electron desktop application - download [an archive](https://github.com/Azgaar/Fantasy-Map-Generator/releases) for your architecture, unzip and run the _Azgaar's Fantasy Map Generator.exe_.
+Project is under development, the current version is available on [Github Pages](https://azgaar.github.io/Fantasy-Map-Generator).
-Refer to the [project wiki](https://github.com/Azgaar/Fantasy-Map-Generator/wiki) for a guidance. Some details are covered in my blog [_Fantasy Maps for fun and glory_](https://azgaar.wordpress.com), you may also keep an eye on my [Trello devboard](https://trello.com/b/7x832DG4/fantasy-map-generator).
+Refer to the [project wiki](https://github.com/Azgaar/Fantasy-Map-Generator/wiki) for a guidance. Some details are covered in my old blog [_Fantasy Maps for fun and glory_](https://azgaar.wordpress.com), you may also keep an eye on my [Trello devboard](https://trello.com/b/7x832DG4/fantasy-map-generator).
[](https://i.redd.it/8bf81ir2cy631.png)
@@ -14,7 +14,11 @@ Refer to the [project wiki](https://github.com/Azgaar/Fantasy-Map-Generator/wiki
Join our [Reddit community](https://www.reddit.com/r/FantasyMapGenerator) and [Discord server](https://discordapp.com/invite/X7E84HU) to share the created maps, discuss the Generator, suggest ideas and get a most recent updates. You may also contact me directly via [email](mailto:azgaar.fmg@yandex.by). For bug reports please use the project [issues page](https://github.com/Azgaar/Fantasy-Map-Generator/issues) or Discord "Bugs" channel. If you are facing performance issues, please read [the tips](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Tips#performance-tips).
-You can support the project [on Patreon](https://www.patreon.com/azgaar).
+Electron desktop application is available in [releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases). Download archive for your architecture, unzip and run.
+
+Pull requests are welcomed. The Tool codebase is messy and requires re-design, but I will appreciate if you start with minor changes.
+
+You can support the project on [Patreon](https://www.patreon.com/azgaar).
_Inspiration:_
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index c7418817..00000000
--- a/_config.yml
+++ /dev/null
@@ -1 +0,0 @@
-theme: jekyll-theme-slate
\ No newline at end of file
diff --git a/index.css b/index.css
index 948b66d5..2fac268a 100644
--- a/index.css
+++ b/index.css
@@ -833,7 +833,7 @@ body button.noicon {
}
#brushesButtons > button {
- padding: 0;
+ padding: .3em;
}
#brushesButtons svg {
@@ -1088,6 +1088,7 @@ i.resetButton:active {
box-shadow: inset 1px 1px 0 0 #ccc;
border-color: #a6a6da;
background-color: #ecd8d8;
+ border-radius: 10%;
}
.ui-dialog input[type="range"] {
@@ -1187,7 +1188,7 @@ div.slider .ui-slider-handle {
#brushPower,
#brushRadius {
- width: 8em;
+ width: 12em;
}
#rescaleHigher,
@@ -1261,7 +1262,7 @@ div.states {
line-height: 1.5em;
}
-div.states:hover {
+div.states:hover, div.states.hovered {
border: 1px solid #c4c4c4;
background-image: linear-gradient(to right, #dedede 100%, #f2f2f2 50%, #fcfcfc 0%);
}
diff --git a/index.html b/index.html
index 963a72d8..e94c3839 100644
--- a/index.html
+++ b/index.html
@@ -7,8 +7,6 @@
-
-
@@ -34,13 +32,9 @@
#loading-text span:nth-child(3), #mapOverlay > span:nth-child(3) {animation-delay: 2s;}
@keyframes blink {0% {opacity: 0;} 20% {opacity: 1;} 100% {opacity: .1;}}
-
-
-
-