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" %}