mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
0f3639979b
* Updated markers.md to include moveable map markers. * Added documentation for map-gestures and moveable map markers. * Minor phrasing fixes. * Minor phrasing fixes.
40 lines
837 B
Markdown
40 lines
837 B
Markdown
---
|
|
layout: wiki
|
|
title: Markers
|
|
description: Improved markers.
|
|
group: feature
|
|
category: interaction
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
---
|
|
|
|
## 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" %}
|