I would like some advice on setting up a basic 2d map editor.
I want to do a VERY SImple one so that I can understand some of the more complex ones available.
What I would like to do is this.
I want say 2 tiles one will be passable the other will be non for collisions(Walls etc.) The images will be 16*16. I know I need to use an array set up such as this for a colliision Map
1001
0110
1001
I havent got much of an Idea on how to make it save values from when I moving and placing tiles etc.. How to tell it which tile is where..
and Im not quite sure about how to set everything up to store array data so that I can load in new images(or new map) once I hit the edge of the screen ETC...
Just some basic concepts and Ideas on how to go about this would be helpful. Thanks.
http://badtempergames.tripod.com