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.
This commit is contained in:
Tittoffer 2017-10-29 06:53:37 +01:00 committed by PabstMirror
parent 461c2649a5
commit 0f3639979b
2 changed files with 46 additions and 0 deletions

View File

@ -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 <kbd>Left Mouse Btn</kbd>.
## 2. Dependencies
{% include dependencies_list.md component="map_gestures" %}

View File

@ -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 <kbd>Alt</kbd> and <kbd>Left Mouse Btn</kbd> on marker and move.
<div class="panel callout">
<h5>Note:</h5>
<p>Does not work in Editor Preview! Conflicts with vanilla teleport keybind.</p>
</div>
## 2. Dependencies
{% include dependencies_list.md component="markers" %}