Avant-Flux/eternity

Implement undo in level editor

Closed this issue · 0 comments

Currently there is no ability to undo.

Implement as a stack of operations which have been performed. Upon undo, pop the stack, and apply the inverse operation.