mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
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]
This commit is contained in:
16
puzzles.but
16
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
|
||||
|
Reference in New Issue
Block a user