From 0f3639979b64f9d6647ae0f7b3519728c02d2986 Mon Sep 17 00:00:00 2001 From: Tittoffer Date: Sun, 29 Oct 2017 06:53:37 +0100 Subject: [PATCH] Moveable Map Markers Documentation (#5691) * Updated markers.md to include moveable map markers. * Added documentation for map-gestures and moveable map markers. * Minor phrasing fixes. * Minor phrasing fixes. --- docs/wiki/feature/map-gestures.md | 29 +++++++++++++++++++++++++++++ docs/wiki/feature/markers.md | 17 +++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 docs/wiki/feature/map-gestures.md diff --git a/docs/wiki/feature/map-gestures.md b/docs/wiki/feature/map-gestures.md new file mode 100644 index 0000000000..8defad4e79 --- /dev/null +++ b/docs/wiki/feature/map-gestures.md @@ -0,0 +1,29 @@ +--- +layout: wiki +title: Map Gestures +description: Allow players to gesture on map. +group: feature +category: interaction +parent: wiki +mod: ace +version: + major: 3 + minor: 4 + patch: 0 +--- + +## 1. Overview + +### 1.1 Map gestures + +Allow players to gesture/point on their map. + +## 2. Usage + +### 2.1 Gesturing on map + +- To gesture on map hold Left Mouse Btn. + +## 2. Dependencies + +{% include dependencies_list.md component="map_gestures" %} diff --git a/docs/wiki/feature/markers.md b/docs/wiki/feature/markers.md index 17471bc33d..3336a074bb 100644 --- a/docs/wiki/feature/markers.md +++ b/docs/wiki/feature/markers.md @@ -15,8 +15,25 @@ version: ## 1. Overview ### 1.1 Improved marker placement + Expands the "Insert Marker" menu and allows to rotate map markers. Shows the currently selected channel to prevent misplacement. +### 1.2 Moveable map markers + +Adds the ability to move map markers after they are placed. (Note: Must be enabled in `Markers` module) + + +## 2. Usage + +### 2.1 Moving map markers + +- To move a marker hold down Alt and Left Mouse Btn on marker and move. + +
+
Note:
+

Does not work in Editor Preview! Conflicts with vanilla teleport keybind.

+
+ ## 2. Dependencies {% include dependencies_list.md component="markers" %}