mbrlabs / Mundus

A 3D world/level editor built with Java, Kotlin & libGDX.
Apache License 2.0
214 stars 36 forks source link

Undo/redo for deletion of game objects #18

Closed mbrlabs closed 8 years ago

mbrlabs commented 8 years ago

Implement new history command for undo/redoing deletion of game objects. On every delete, create a new command and add it to the command history.