Tagged Questions
1
vote
1answer
336 views
PNG image as a level map for 2d game
I've been using a tilemap editor for making levels, but I was wondering if there was a way to use PNG images as the level map, as maps created in tiled editor are graphically uninteresting.
...
3
votes
1answer
531 views
Game editor integration with the engine?
What I am trying to figure out is what is the best way to integrate the editor(level, effects, model, etc...) in the most effective way?
Now the first thing I thought would be to create the game ...
4
votes
3answers
2k views
Tiled/TMX C++ Library/Parser
Where can I find an easy to use and up to date C++ parser/library for the .tmx map format (used by the Tiled Map Editor) ?
EDIT: David's comment, 'Unless you want to build your game around the format ...