mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-30 16:01:24 +01:00
add pics
parent
dcdd122143
commit
9e8efb003b
1 changed files with 24 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ For many of the elements there are the same design controls with the same functi
|
||||||
|
|
||||||
### Group
|
### Group
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Sometimes, elements are divided into groups.
|
Sometimes, elements are divided into groups.
|
||||||
|
|
||||||
For example, by default, lakes are divided into 6 groups: fresh water, salt water, dry, etc.
|
For example, by default, lakes are divided into 6 groups: fresh water, salt water, dry, etc.
|
||||||
|
|
@ -29,6 +31,8 @@ This image shows a map, where there are 5 lakes with fresh water, 1 lake with sa
|
||||||
|
|
||||||
### Opacity
|
### Opacity
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
The degree of opacity of the element.
|
The degree of opacity of the element.
|
||||||
|
|
||||||
If equal to 0, the color of the element will (mostly) be the color of what is below it, for example the color of the river will be the color of the land on which it flows (and if there is a layer that colors the land, it will be the army). Note that there are exceptions, for example for a lake, the color of the element will be the color of the sea.
|
If equal to 0, the color of the element will (mostly) be the color of what is below it, for example the color of the river will be the color of the land on which it flows (and if there is a layer that colors the land, it will be the army). Note that there are exceptions, for example for a lake, the color of the element will be the color of the sea.
|
||||||
|
|
@ -53,6 +57,8 @@ In contrast, Lake opacity 1:
|
||||||
|
|
||||||
### Fill color
|
### Fill color
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Sets the element's fill color.
|
Sets the element's fill color.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
@ -66,10 +72,23 @@ Sets the element's fill color.
|
||||||
|
|
||||||
### Stroke color
|
### Stroke color
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Sets the fill color of the line that surrounds the element.
|
Sets the fill color of the line that surrounds the element.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Show Image</summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Stroke width
|
### Stroke width
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Determines the length of the line that surrounds the element.
|
Determines the length of the line that surrounds the element.
|
||||||
|
|
||||||
The lower the value, the thinner the line will be, to the point of non-existence, and conversely, the higher the value, the thicker the line will be.
|
The lower the value, the thinner the line will be, to the point of non-existence, and conversely, the higher the value, the thicker the line will be.
|
||||||
|
|
@ -95,6 +114,8 @@ and for value 5:
|
||||||
|
|
||||||
### Filter
|
### Filter
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Contains additional display settings on the element, according to a filter. Each filter has certain display settings.
|
Contains additional display settings on the element, according to a filter. Each filter has certain display settings.
|
||||||
|
|
||||||
For example, Blur 1 creates a light blur around the element, while Blur 3 creates a heavier blur, while Blur 10 completely blurs the element, effectively hiding it.
|
For example, Blur 1 creates a light blur around the element, while Blur 3 creates a heavier blur, while Blur 10 completely blurs the element, effectively hiding it.
|
||||||
|
|
@ -125,6 +146,9 @@ TODO - add explain for each filter
|
||||||
#### Dingy
|
#### Dingy
|
||||||
|
|
||||||
### Clipping
|
### Clipping
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Dropdown that allows you to choose whether the layer will apply to the land, the sea, or both.
|
Dropdown that allows you to choose whether the layer will apply to the land, the sea, or both.
|
||||||
#### No clipping
|
#### No clipping
|
||||||
The layer will apply to the entire map, including the sea and including the land.
|
The layer will apply to the entire map, including the sea and including the land.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue