diff --git a/Move-Actions.md b/Move-Actions.md index b7153bc..ad74e3f 100644 --- a/Move-Actions.md +++ b/Move-Actions.md @@ -1,4 +1,4 @@ -The Move action allows you to move either the selected token, or the canvas.
+The Move action allows you to move or rotate the selected token, or move and pan the canvas.

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.
+ ### 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).
-You set the color using hexadecimal values, and it must start with '#'.
-You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value. \ No newline at end of file +### Mode: Selected Token +Move or rotate the selected token.
+ +#### 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). \ No newline at end of file