diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2008-02-10 18:43:29 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2008-02-10 18:43:29 +0000 |
| commit | ace2c7dafdc520b5e7ce34c6700e38c91fe219c9 (patch) | |
| tree | a8c31cb268e71ad62ca924f67d9006ecf67551b2 /puzzles.but | |
| parent | 9673a2a733972fc236c9a67b3ab1b7cf1d4d601e (diff) | |
| download | puzzles-ace2c7dafdc520b5e7ce34c6700e38c91fe219c9.zip puzzles-ace2c7dafdc520b5e7ce34c6700e38c91fe219c9.tar.gz puzzles-ace2c7dafdc520b5e7ce34c6700e38c91fe219c9.tar.bz2 puzzles-ace2c7dafdc520b5e7ce34c6700e38c91fe219c9.tar.xz | |
UI change to Filling: allow multiple squares to be set at once.
(This change adds a new possibility to the save format, such that new save
files won't necessarily be loadable by old binaries. I think that's acceptable
-- it's certainly happened before -- but I couldn't find anything in the
developer docs explicitly blessing it.)
[originally from svn r7849]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/puzzles.but b/puzzles.but index 42e9203..5d41c47 100644 --- a/puzzles.but +++ b/puzzles.but @@ -2233,9 +2233,11 @@ Filling was contributed to this collection by Jonas K\u00F6{oe}lker. \H{filling-controls} \I{controls, for Filling}Filling controls To play Filling, simply click the mouse in any empty square and then -type a digit on the keyboard to fill that square. If you make a -mistake, click the mouse in the incorrect square and press 0, Space, -Backspace or Enter to clear it again (or use the Undo feature). +type a digit on the keyboard to fill that square. By dragging the +mouse, you can select multiple squares to fill with a single keypress. +If you make a mistake, click the mouse in the incorrect square and +press 0, Space, Backspace or Enter to clear it again (or use the Undo +feature). (All the actions described in \k{common-actions} are also available.) |