From 2815495fce258d7e548d45590902b3fa039ba7b4 Mon Sep 17 00:00:00 2001 From: OriAsis834 <42800835+OriAsis834@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:19:26 +0300 Subject: [PATCH] add Markers page --- 2.3.3.3.12-(Layers)-Markers.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 2.3.3.3.12-(Layers)-Markers.md diff --git a/2.3.3.3.12-(Layers)-Markers.md b/2.3.3.3.12-(Layers)-Markers.md new file mode 100644 index 0000000..d29530c --- /dev/null +++ b/2.3.3.3.12-(Layers)-Markers.md @@ -0,0 +1,27 @@ +This layer shows the markers. + +When this layer is on, when hovering a marker, an offer to edit it will be displayed in the [Bottom label tooltip](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.1-(UI)-Controls#bottom-label-tooltip). + +Markers are icons on the map that represent a point of interest, for example: a battlefield, a bridge, an inn, etc. + +The markers are created according to a set of criteria. Each randomly generated marker is accompanied by some randomly generated relevant comments. + +You can create your own markers. + +Marker icons must be from a list of icons, or you can add a new icon that must be a Unicode character (custom icons are currently not possible). + +
+Show Image + +![image](https://github.com/user-attachments/assets/d5c2fe67-8204-46f8-9e8a-9ded897ada5e) + +![image](https://github.com/user-attachments/assets/cac4f24a-b176-488b-a82a-46e839468d6f) + +
+ +## Links + +You can edit the view of this layer in the [Style tab](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.3.3.3.12-(Layers)-Markers). + +[Previous layer -> Labels](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.3.3.3.11-(Layers)-Labels), +[Next layer -> Military](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.3.3.3.13-(Layers)-Military).