sli-fox / jamms

Apache License 2.0
3 stars 1 forks source link

able to undo/redo map #90

Closed mdubey2014 closed 9 years ago

sli-fox commented 9 years ago

Good job! I briefly tested it, it seems to work well!

Brief glance @the code shows that in Map.cpp several places has a return statement followed by a return false statement --> just checking that it's implemented the way that you want it to be bc the return false will never get executed bc of the return statement on the line before

sli-fox commented 9 years ago

Next step is to have clickable buttons for Undo and Redo...

I think in general, we should move away from keyboard bindings if possible to do actions in the game... we should have visible buttons for everything so that in the final version, users don't have to remember what key does what.