mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
461c2649a5
commit
0f3639979b
29
docs/wiki/feature/map-gestures.md
Normal file
29
docs/wiki/feature/map-gestures.md
Normal 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" %}
|
@ -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" %}
|
||||
|
Loading…
Reference in New Issue
Block a user