erodozer / FF1-Battle-System

A simple recreation the FF1 Battle System in java for my design patterns class.
29 stars 6 forks source link

Editor: Undo/Redo Map changes #25

Open erodozer opened 12 years ago

erodozer commented 12 years ago

Add ability to undo and redo changes when editing the map. History should be stored across all layers and should store only areas that were changed per step instead of the entire buffer.