Updated Move Actions (markdown)

CDeenen
2021-01-07 04:43:18 +01:00
parent 21904d7d64
commit a37c8463b4

@@ -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> <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. 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. Only the bottom right buttons are assigned to the Move action, the others are from the Token and Macro actions.
# Configuration # Configuration
### Mode ## Mode
Select between either moving the canvas, or moving the selected token Select between either moving the canvas, or moving the selected token
### Mode: Canvas
Move or zoom the canvas.<br>
### Direction ### Direction
* Center - Center the canvas on the token, or on the canvas * 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 ### Mode: Selected Token
Sets the background color. The icon needs to have transparent parts (so no jpeg).<br> Move or rotate the selected token.<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. #### 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).