From: HimbeerserverDE Date: Tue, 19 May 2020 14:04:12 +0000 (+0200) Subject: Documented Pixel Manipulators X-Git-Tag: 3.0~1^2 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=59690d0671d28887a93a8345ccd6aed2d531a737;p=dragonblocks.git Documented Pixel Manipulators --- diff --git a/doc/Pixel_Manipulator.md b/doc/Pixel_Manipulator.md index b637d59..10b00ed 100644 --- a/doc/Pixel_Manipulator.md +++ b/doc/Pixel_Manipulator.md @@ -14,7 +14,7 @@ in front of the itemstring. This is not a typo and it is required to have exactly ONE of these in the manipulator. It marks the block you have to pass to - ```dragonblocks.PixelManipulator.apply(x, y)```. + dragonblocks.PixelManipulator.apply(x, y). If you apply the Pixel Manipulator, the coordinates of the marked node will equal the coordinates you passed to the method.