steve_d555
March 2nd, 2006, 03:19 PM
Tiled (http://tiled.rpgdx.net/) is a Java-based general purpose map editor. It is much more developed than my Qt try with more advanced things like multiple tilemaps and other nice tools. It still lacks object-support, so I may try and move the map editor away from a Map Editor to more of an object placer and entity editor. There is a test.tmx file in trunk/engine (it is just XML, use a text editor to open) which is just a basic map (quick test, hence the name). I am still including support for the old map system, just switch require's to map.rb instead of map-xml.rb. Hopefully this will encourage some people to make some nice maps at some point.