Tagged Questions
0
votes
4answers
164 views
Good map file structure?
I need a map file structure for my game but does anyone know a good way to map it out? I was thinking something like this:
name=MyMap
add[floor[stone]][solid][20, 640]
add[playerspawn][20, 620]
2
votes
1answer
460 views
How to save an arbitrarily large image to a file in XNA?
I have built a level editor for an XNA-based Megaman clone I am working on and one of the features I would like to implement is the ability to save a full-resolution map of the entire level (like this ...