Customizable level editor

I take care that the level editor is easy to use and customizable, so I can use it for my application / engine. Is there something like that?

0
source share
1 answer

Check the Nitro Level Editor - it is XML-based and suitable for almost any 2D game or application. http://code.google.com/p/nle/

+2
source

Source: https://habr.com/ru/post/1795670/


All Articles