2D game editor with SDK or open format (Windows)

Posted by Edward83 on Game Development See other posts from Game Development or by Edward83
Published on 2012-04-10T12:00:34Z Indexed on 2012/04/10 17:47 UTC
Read the original article Hit count: 371

Filed under:
|
|
|
|

I need 2d editor (Windows) for game like rpg. Mostly important features for me:

  1. Load tiles as classes with attributes, for example "tile1 with coordinates [25,30] is object of class FlyingMonster with speed=1.0f";
  2. Export map to my own format (SDK) or open format which I can convert to my own;

As good extension feature will be multi-tile brush. I wanna to choose one or many tiles into one brush and spread it on canvas.

© Game Development or respective owner

Related posts about 2d

Related posts about file-format