DESCR 811 B

12345678910111213141516
  1. Tiled is a general purpose tile map editor. It's built to be easy to
  2. use, yet flexible enough to work with varying game engines, whether your
  3. game is an RPG, platformer or Breakout clone. Tiled is free software and
  4. written in C++, using the Qt application framework. The main features in
  5. a nutshell:
  6. - General purpose tile map editor with XML-based map format
  7. - Supports orthogonal and isometric maps
  8. - Custom objects can be placed with pixel precision
  9. - Full undo/redo and copy/paste support
  10. - Add custom properties to tiles, layers, objects or the map
  11. - Automatically reloads tilesets when changed externally
  12. - Resize or offset your tile map later as needed
  13. - Efficient tile editing tools like stamp and fill brushes
  14. - Supports input/output plugins to open and save files in custom formats