From 0303e182a816b43eb80a58f3da5d0616c6ee3902 Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 16 Feb 2022 16:40:40 -0800 Subject: [PATCH] fix typo in shift syntax, explain why +y is down --- docs/guides/quickfort-user-guide.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/guides/quickfort-user-guide.rst b/docs/guides/quickfort-user-guide.rst index 083d90142..78f37ce11 100644 --- a/docs/guides/quickfort-user-guide.rst +++ b/docs/guides/quickfort-user-guide.rst @@ -1011,10 +1011,13 @@ lines are all equivalent:: **Shifting blueprints** -Syntax: shift([,] ) +Syntax: shift([[,] ]) The values can be positive or negative. Negative values for x shift to the left, -positive to the right. Negative values for y shift up, positive down. +positive to the right. Negative values for y shift up, positive down. Note the +semantics for the y axis are opposite compared to regular graphs on paper. This +is because the y coordinates in the DF game map start a 0 at the top and +increase as they go down. **Transforming blueprints**