Hi All
I love to create 2D demos and little games, but designing the levels takes ages because you've got to create a level editor for the game. So I've started to build a generic level editor, and for about the past 2/3 months I've been working on the 2D tile based level editor on and off (don't have much time anymore
).
Note : The features list will get updated as I make more progress
Current Features: (updated as of 30th April)
Imports/Exports map data to a file
Can import and export a list of all the tile image names used in the program
Load images as tiles from anywhere on your computer
Load a whole folder of images as tiles.
Tiles can be of any (reasonable) dimensions
Make maps of upto 65535 by 65535 tiles (if your ram can handle a map that big!)
Hide/Show grid and change the grids colour
Zoom in/out to any zoom level.
Scroll map
Maps can have multiple layers (upto 10 but could add more easily)
Flood fill button for filling large areas of tiles
Screenies:
This shows the normal view, except I changed the grid colour to pink!
This shows the map at the maximum zoomed out level
This shows the map at 200% zoomed in with the grid off
Comments and critism welcome