From 6de6e71bd4a46612e6b3ff4001d615172660dd44 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 6 Oct 2022 13:23:18 +0200 Subject: [PATCH] documented width of cell boundaries --- tessellations/sample/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tessellations/sample/README.md b/tessellations/sample/README.md index 229408ff..2dbebb00 100644 --- a/tessellations/sample/README.md +++ b/tessellations/sample/README.md @@ -116,7 +116,8 @@ Normally, when you choose to load a tes file, a game of HyperRogue is run on the * If you just wanted to draw the tessellation, do 'experiment with geometry' -> 'pattern'. Most useful patterns are: single color, random, types, sides. -* By default, HyperRogue tiles have wide borders, which might be not what you want. Also in the 'pattern' menu, you can enable 'display full floors' to prevent this. +* By default, HyperRogue tiles have wide borders, which might be not what you want. In the 'pattern' menu, you can enable 'display full floors' to prevent this, or 'width of cell boundaries' to change + the width of wide borders. You can also add `boundary_ratio(value)' to the tes file, which works similar to the 'width of cell boundaries' setting. * HyperRogue approximates the edges using polylines. If the current approximation is not sufficient, change main menu -> settings -> general graphics -> vector settings -> line quality to a higher value. From the same menu you can also change the line width.