Updated Move Actions (markdown)
@@ -1,4 +1,4 @@
|
||||
The Move action allows you to move either the selected token, or the canvas.<br>
|
||||
The Move action allows you to move or rotate the selected token, or move and pan the canvas.<br>
|
||||
<br>
|
||||
The image below gives an example of using the Move action in a token control screen. It has been taken from the provided example XL profile.
|
||||
|
||||
@@ -7,14 +7,33 @@ The image below gives an example of using the Move action in a token control scr
|
||||
Only the bottom right buttons are assigned to the Move action, the others are from the Token and Macro actions.
|
||||
|
||||
# Configuration
|
||||
### Mode
|
||||
## Mode
|
||||
Select between either moving the canvas, or moving the selected token
|
||||
|
||||
### Mode: Canvas
|
||||
Move or zoom the canvas.<br>
|
||||
|
||||
### Direction
|
||||
* Center - Center the canvas on the token, or on the canvas
|
||||
* All others - Set the movement direction
|
||||
* All others - Set the movement or zoom direction
|
||||
|
||||
### Background
|
||||
Sets the background color. The icon needs to have transparent parts (so no jpeg).<br>
|
||||
You set the color using hexadecimal values, and it must start with '#'.<br>
|
||||
You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
|
||||
### Mode: Selected Token
|
||||
Move or rotate the selected token.<br>
|
||||
|
||||
#### Type
|
||||
* Move - Move the selected token
|
||||
* Rotate - Rotate the selected token
|
||||
|
||||
#### Move: Direction
|
||||
* Center - Center the canvas on the token, or on the canvas
|
||||
* All others - Set the movement or zoom direction
|
||||
|
||||
#### Rotate: Rotation
|
||||
* Rotate to Value - Rotate to a specific value
|
||||
* Rotate by Value - Rotate by a specific value (so new rotation = old rotation + value)
|
||||
|
||||
#### Rotate: Value
|
||||
The value in degrees to rotate. Can be positive or negative.
|
||||
|
||||
## Background
|
||||
Sets the background color. The icon needs to have transparent parts (so no jpeg).
|
||||
Reference in New Issue
Block a user