mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 18:41:23 +01:00
Inital page creation with skeletion
parent
89eb5d55cc
commit
e6c6900a6a
1 changed files with 212 additions and 0 deletions
212
Style.md
Normal file
212
Style.md
Normal file
|
|
@ -0,0 +1,212 @@
|
||||||
|
_last updated for version v 0.8.*_
|
||||||
|
|
||||||
|
# Layers preset
|
||||||
|
## Political map
|
||||||
|
|
||||||
|
## Cultural map
|
||||||
|
|
||||||
|
## Heightmap
|
||||||
|
|
||||||
|
## Biomes map
|
||||||
|
|
||||||
|
## Pure landmass
|
||||||
|
|
||||||
|
|
||||||
|
# Displayed layers
|
||||||
|
|
||||||
|
## Texture overlay
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: X
|
||||||
|
|
||||||
|
`toggleTexture()`
|
||||||
|
|
||||||
|
## Heightmap
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: H
|
||||||
|
|
||||||
|
`toggleHeight()`
|
||||||
|
|
||||||
|
## Biomes
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: B
|
||||||
|
|
||||||
|
`toggleBiomes()`
|
||||||
|
|
||||||
|
## Cells structure
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: E
|
||||||
|
|
||||||
|
`toggleCells()`
|
||||||
|
|
||||||
|
## Grid
|
||||||
|
click to toggle, drag to raise or lower. Select type in styles dropdown below. Shortcut: G
|
||||||
|
|
||||||
|
`toggleGrid()`
|
||||||
|
|
||||||
|
## Coordinate grid
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: O
|
||||||
|
|
||||||
|
`toggleCoordinates()`
|
||||||
|
|
||||||
|
## Compass (Wind) Rose
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: W
|
||||||
|
|
||||||
|
`toggleCompass()`
|
||||||
|
|
||||||
|
## Rivers
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: V
|
||||||
|
|
||||||
|
`toggleRivers()`
|
||||||
|
|
||||||
|
## Relief and biome icons
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: R
|
||||||
|
|
||||||
|
`toggleRelief()`
|
||||||
|
|
||||||
|
## Cultures
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: C
|
||||||
|
|
||||||
|
`toggleCultures()`
|
||||||
|
|
||||||
|
## States
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: S
|
||||||
|
|
||||||
|
`toggleStates()`
|
||||||
|
|
||||||
|
## State borders
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: D
|
||||||
|
|
||||||
|
`toggleBorders()`
|
||||||
|
|
||||||
|
## Trade routes
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: U
|
||||||
|
|
||||||
|
`toggleRoutes()`
|
||||||
|
|
||||||
|
## Temperature map
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: T
|
||||||
|
|
||||||
|
`toggleTemp()`
|
||||||
|
|
||||||
|
## Population map
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: P
|
||||||
|
|
||||||
|
`togglePopulation()`
|
||||||
|
|
||||||
|
## Precipitation map
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: A
|
||||||
|
|
||||||
|
`togglePrec()`
|
||||||
|
|
||||||
|
## Labels
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: L
|
||||||
|
|
||||||
|
`toggleLabels()`
|
||||||
|
|
||||||
|
## Burg icons
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: I
|
||||||
|
|
||||||
|
`toggleIcons()`
|
||||||
|
|
||||||
|
## Markers
|
||||||
|
click to toggle, drag to raise or lower the layer. Shortcut: M
|
||||||
|
|
||||||
|
`toggleMarkers()`
|
||||||
|
|
||||||
|
## Rulers
|
||||||
|
click to toggle, drag to move, click on label to delete. Shortcut: =
|
||||||
|
|
||||||
|
`toggleRulers()`
|
||||||
|
|
||||||
|
## Scale Bar
|
||||||
|
click to toggle, drag to move. Shortcut: -
|
||||||
|
|
||||||
|
`toggleScaleBar()`
|
||||||
|
|
||||||
|
# Select element
|
||||||
|
|
||||||
|
* Anchor Icons
|
||||||
|
* Biomes
|
||||||
|
* Borders
|
||||||
|
* Burg Icons
|
||||||
|
* Cells
|
||||||
|
* Coastline
|
||||||
|
* Compass
|
||||||
|
* Coordinates
|
||||||
|
* Cultures
|
||||||
|
* Grid
|
||||||
|
* Heightmap
|
||||||
|
* Labels
|
||||||
|
* Lakes
|
||||||
|
* Landmass
|
||||||
|
* Markers
|
||||||
|
* Ocean
|
||||||
|
* Population
|
||||||
|
* Precipitation
|
||||||
|
* Relief Icons
|
||||||
|
* Rivers
|
||||||
|
* Routes
|
||||||
|
* Rulers
|
||||||
|
* States
|
||||||
|
* Temperature
|
||||||
|
* Texture
|
||||||
|
|
||||||
|
## Text
|
||||||
|
|
||||||
|
### Group
|
||||||
|
|
||||||
|
### Opacity
|
||||||
|
|
||||||
|
### Fill
|
||||||
|
|
||||||
|
### Stroke
|
||||||
|
|
||||||
|
### Stroke width
|
||||||
|
|
||||||
|
### Font
|
||||||
|
|
||||||
|
### Font size
|
||||||
|
|
||||||
|
### Filter
|
||||||
|
|
||||||
|
## Shapes
|
||||||
|
|
||||||
|
### Opacity
|
||||||
|
|
||||||
|
### Stroke
|
||||||
|
|
||||||
|
### Stroke width
|
||||||
|
|
||||||
|
### Filter
|
||||||
|
|
||||||
|
### Clipping
|
||||||
|
|
||||||
|
## Lines
|
||||||
|
|
||||||
|
### Group
|
||||||
|
|
||||||
|
### Opacity
|
||||||
|
|
||||||
|
### Stroke
|
||||||
|
|
||||||
|
### Stroke width
|
||||||
|
|
||||||
|
### Stroke dash
|
||||||
|
|
||||||
|
### Filter
|
||||||
|
|
||||||
|
### Clipping
|
||||||
|
|
||||||
|
|
||||||
|
# Filters
|
||||||
|
## Grayscale
|
||||||
|
|
||||||
|
`<feColorMatrix values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/>`
|
||||||
|
|
||||||
|
## Sepia
|
||||||
|
|
||||||
|
`<feColorMatrix values="0.393 0.769 0.189 0 0 0.349 0.686 0.168 0 0 0.272 0.534 0.131 0 0 0 0 0 1 0"/>`
|
||||||
|
|
||||||
|
## Dingy
|
||||||
|
|
||||||
|
`<feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0.3 0.3 0 0 0 0 0 1 0"/>`
|
||||||
|
|
||||||
|
## Tint
|
||||||
|
|
||||||
|
`<feColorMatrix values="1.1 0 0 0 0 0 1.1 0 0 0 0 0 0.9 0 0 0 0 0 1 0"/>`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue