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 {