Increase limit on the length of the "Who Wrote" lines in scenario details

This commit is contained in:
2015-06-03 19:51:57 -04:00
parent a51ab021f4
commit 3cc12f464f
3 changed files with 4 additions and 4 deletions

View File

@@ -1725,7 +1725,7 @@ values have slightly different meanings than before:</p>
<dt>Extra 1a, Extra 1b, Extra 2a, Extra 2b:</dt><dd>For each of these specials, Extra 1a
and Extra 1b are the top and left of the rectangle. Extra 2a and Extra 2b are the bottom
and right of the rectangle. Note that this is the reverse of standard coordinate order -
Y coordinate first, then X coordinate.
Y coordinate first, then X coordinate.
<p>The default values of Extra 2a and Extra 2b are -1. If you want the effect to only
apply to one space (and not a whole rectangle), leave Extra 2a and Extra 2b at -1. In this
case, the node only affects the space specified by Extra 1a and Extra 1b.</dd>