Everything that is stored with the game is put on the undo stack: game data, graphical data
The XML file for file storage can serve as undo data.
Not stored are: input mode, zoom.
The existing UNDO functionality was done before game stages, which now requires extension.
Also, drop the AUTOSAVE function.
Everything that is stored with the game is put on the undo stack: game data, graphical data
The XML file for file storage can serve as undo data.
Not stored are: input mode, zoom.
The existing UNDO functionality was done before game stages, which now requires extension.
Also, drop the AUTOSAVE function.