From d26196b8aa15098eb32cc9af69fbf6abb45f8668 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Mon, 22 Feb 2021 18:34:23 +0100 Subject: [PATCH] Adds some extra explanations to gate layout's description --- src/main/java/net/knarcraft/stargate/portal/GateLayout.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/net/knarcraft/stargate/portal/GateLayout.java b/src/main/java/net/knarcraft/stargate/portal/GateLayout.java index bdbff33..51a9902 100644 --- a/src/main/java/net/knarcraft/stargate/portal/GateLayout.java +++ b/src/main/java/net/knarcraft/stargate/portal/GateLayout.java @@ -12,7 +12,8 @@ import java.util.List; * The gate layout describes where every part of the gate should be * *

The gate layout parses a layout described by a Character matrix and stores the different parts of the gate as - * relative block vectors.

+ * relative block vectors. All relative vectors has an origin in the top-left block when looking at the gate's front + * (the side with the sign)

*/ public class GateLayout {