Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Tile map editor tiled  (Read 1475 times)

0 Members and 1 Guest are viewing this topic.

etixpp

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
    • FoxFire Development Website
    • Email
Tile map editor tiled
« on: June 03, 2013, 11:55:19 am »
Hello, i am looking for a good tilemap editor where i can export a vertex array like
0 9 8 1 2 1 2 3 1
0 8 1  1 1 1 0 2 1
at the end. I found
http://www.mapeditor.org/
which is pretty good for creating but can only export images, small question to that, would it be better to use the tilemap example from site with vertex array or is it better to just load a png file? If its better to use a vertex array i would need a new tilemap editor but i cant find a good one :/

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
Re: Tile map editor tiled
« Reply #1 on: June 03, 2013, 02:55:51 pm »
Tiled saves maps in an xml format with the extension .tmx. There's a class for loading these here:

http://en.sfml-dev.org/forums/index.php?topic=3023.msg81195#msg81195