diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2023-06-26 23:16:49 +0100 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-06-26 23:22:54 +0100 |
| commit | c8cc4a5f387774c35e3e8f924d4200c0908c9d5a (patch) | |
| tree | 097d65a9aa9fe2f42419e60a9cee416182daf16f /puzzles.but | |
| parent | dce37199985f332ddfe4a1b3fb065efb358a8fb1 (diff) | |
| download | puzzles-c8cc4a5f387774c35e3e8f924d4200c0908c9d5a.zip puzzles-c8cc4a5f387774c35e3e8f924d4200c0908c9d5a.tar.gz puzzles-c8cc4a5f387774c35e3e8f924d4200c0908c9d5a.tar.bz2 puzzles-c8cc4a5f387774c35e3e8f924d4200c0908c9d5a.tar.xz | |
Add user preference for Bridges' "G" key (show_hints)
I missed this in my previous addition of preferences for UI controls
(4227ac1fd5dc25c247e7526526079b85e1890766) because it wasn't documented.
Now it is documented and it has a preference.
I've phrased it as showing possible bridge locations, which doesn't
really make clear that "possible" relates only to the locations of
islands and not to anything already placed. Improvements welcome!
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index c427d7b..5e86283 100644 --- a/puzzles.but +++ b/puzzles.but @@ -2316,6 +2316,9 @@ By pressing a number key, you can jump to the nearest island with that number. Letters \q{a}, ..., \q{f} count as 10, ..., 15 and \q{0} as 16. +The \q{G} key will draw a grey line between each pair of islands that +could be connected with a bridge or non-bridge but are currently not. + Violations of the puzzle rules will be marked in red: \b An island with too many bridges will be highlighted in red. @@ -2387,6 +2390,13 @@ tightly-packed islands. } +\H{bridges-prefs} \I{preferences, for Bridges}Bridges user preferences + +On platforms that support user preferences, the \q{Preferences} option +on the \q{Game} menu will let you configure whether possible bridge +locations are shown. Unlike the \q{G} key, this will persist between +games. + \C{unequal} \i{Unequal} |