This is a simple map editor that you can use to create maps for your own games.
To add tiles (or objects), simply add sprites to the gfx folder and name them in the same pattern the others are named. It is set to attempt to load 20 tiles and 20 objects initially, but this can easily be modified by changing the initial value of the num_tiles variable.
Controls:
Arrow Keys - Navigate through map
NumPad Arrows - Expand/Shrink map
Esc - Menu
S/L - Save/Load
'W' - Toggle walk-edit-mode
'G' - Show Grid
Requirements:
· Python
· Pygame