Skip to content

Commit

Permalink
Add undoing & redoing to the editor
Browse files Browse the repository at this point in the history
It's very easy to make mistakes in VVVVVV's built-in level editor, with
no way to undo them. This commit adds an undo and redo system, bound to
CTRL+Z for undo and CTRL+Y for redo. The undo and redo stacks don't
have any limits, but could easily happen in the future. VVVVVV's data
is small enough where this should never be an issue, however.

No notes show up for undoing and redoing, because keeping track of what
specific action you're doing may bloat the system, and would get
annoying for the end-user. Notes are a bit annoying in general, even.
  • Loading branch information
AllyTally authored and NyakoFox committed Oct 1, 2024
1 parent a0bd2f3 commit 5b555f0
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 9 deletions.
Loading

0 comments on commit 5b555f0

Please sign in to comment.