Hello all;
I have a working pre-pre-pre-pre-Alpha Map editor
which uses Gage under the hood. Well kinda… I had to add some methods so that I could do things like get the map based on index (show layers) and set the viewport of the Map dynamically.
I am eventually going to add many features to my map format including walkability, animations… etc. etc.
I will however write a file reader to parse my format into standard gage maps.
What I need advice on is how to press forward. Should I add methods to the gage code or extend its classes?
Thanks for the input.