diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-06-30 18:00:37 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-06-30 18:00:37 +0000 |
| commit | 6f47baddf90a4685c5662e5f6a782afbbe4cd619 (patch) | |
| tree | f0e48b0707ff3058187d340c5c4a152cb9ca8360 /puzzles.but | |
| parent | 118abb4fc9365807ad4174588eeb9aefda550415 (diff) | |
| download | puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.zip puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.tar.gz puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.tar.bz2 puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.tar.xz | |
Load and Save are now supported on all three desktop platforms, and
documented. (This means the GTK temporary dependency on an
environment variable is now gone.)
[originally from svn r6042]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index 71ff48f..ed46e60 100644 --- a/puzzles.but +++ b/puzzles.but @@ -94,6 +94,22 @@ menu}\q{Edit} menus instead.) \dd Resets the current game to its initial state. (This can be undone.) +\dt \ii\e{Load} + +\dd Loads a saved game from a file on disk. + +\dt \ii\e{Save} + +\dd Saves the current state of your game to a file on disk. + +\lcont{ + +The Load and Save operations should preserve your entire game +history (so you can save, reload, and still Undo and Redo things you +had done before saving). + +} + \dt \ii\e{Undo} (\q{U}, Ctrl+\q{Z}, Ctrl+\q{_}) \dd Undoes a single move. (You can undo moves back to the start of the |