From 7108285bc51f08ed2ae88aa53a5bf10c524a2908 Mon Sep 17 00:00:00 2001
From: CDeenen <68693756+CDeenen@users.noreply.github.com>
Date: Wed, 11 Nov 2020 20:47:08 +0100
Subject: [PATCH] Updated Move Actions (markdown)
---
Move-Actions.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/Move-Actions.md b/Move-Actions.md
index f80131c..4b448b3 100644
--- a/Move-Actions.md
+++ b/Move-Actions.md
@@ -1 +1,13 @@
-To be written
\ No newline at end of file
+The Move action allows you to move either the selected token, or the canvas.
+
+### Mode
+Select between either moving the canvas, or moving the selected token
+
+### Direction
+* Center - Center the canvas on the token, or on the canvas
+* All others - Set the movement 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